phoenixbyrd

Authored Comments

I don't understand... So, use exa to do all the same things I can do with ls?

Think the only thing I can't do with ls is that tree output, but I use this which writes to a file if I want a tree output of all files in a directory.

alias tree="find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' > $tree.txt"

idk... don't see the need to use exa unless it can do some really cool stuff that I can't do otherwise without it.