I have used exa for a few weeks. It turns out I like it quite a lot. Not that I am a huge fan of colorcode all the file names, but I do enjoy the inclusion of tree output inside exa command. I have `tree` in my disposal for years, but only use it when I need print out the file structure of a project. Now I use `exa --tree --level 2` religiously.
It's pretty with,<p>- alias l="exa --tree --level 1 --icons --git-ignore"
- alias l2="l --level 2"<p>and so on<p><a href="https://i.imgur.com/8Gj0tWU.png" rel="nofollow">https://i.imgur.com/8Gj0tWU.png</a><p>Has completely replaced my 'ls' for a year.
Written in Rust.<p>See also:<p>LSD (LSDeluxe) [1], inspired by colorls, but way faster.<p>Cross-platform Rust rewrite of the GNU coreutils [2]<p>[1] <a href="https://github.com/Peltoche/lsd" rel="nofollow">https://github.com/Peltoche/lsd</a><p>[2] <a href="https://github.com/uutils/coreutils" rel="nofollow">https://github.com/uutils/coreutils</a>