There are several alternatives to the ls
command, some of them you can find in this article .
And today we are going to get to know a new alternative that is written in Golang and its differential in relation to GNU Coreutils ls is that in addition to listing the files, it also displays the icons according to the mime-type .
It is possible to install it on different architectures and operating systems(Windows, macOS, BSD), to see the one corresponding to yours, go to releases page.
In case for GNU/Linux 64-bit, use the commands below:
If you also want to install the manual, run:
Now just test by running the command:
Possible output:
If you want it to be your default ls
, just create an alias
for it, example in BASH:
For more information use the commands:
And for more details visit the logo-ls repository on GitHub .