Exa, a modern replacement for ls
the.exa.website
Exa, a modern replacement for ls
1–10 of 420 posts
Re: Exa, a modern replacement for ls
#2which ls alias ls='ls --color=auto' /bin/ls
tree -L 2
git diff --stat
git status
Re: Exa, a modern replacement for ls
#3Re: Exa, a modern replacement for ls
#4Re: Exa, a modern replacement for ls
#5Is this intended as a full on ls replacement? As in, does it respect the envvars such as lscolors? Will it silently ignore -h, or will it die violently?
>Is this a drop-in replacement for ls? No — exa has, in my opinion, much saner defaults than ls, so while the available command-line options are similar, they are not exactly the same. Most of the common options will work consistently, though. For example, exa prints human-readable file sizes by default (when would you not want that?) so ls -h no longer applies.
Re: Exa, a modern replacement for ls
#6so... a mix up of the following: which ls alias ls='ls --color=auto' /bin/ls tree -L 2 git diff --stat git status
Re: Exa, a modern replacement for ls
#7so... a mix up of the following: which ls alias ls='ls --color=auto' /bin/ls tree -L 2 git diff --stat git status
Certainly not life changing, but after using it for a while, I can tell you that every time I'm on a machine that doesn't have exa, I feel so frustrated ls doesn't give me everything exa has. I often end up downloading exa on any machine that doesn't have it
Re: Exa, a modern replacement for ls
#8Re: Exa, a modern replacement for ls
#9Re: Exa, a modern replacement for ls
#10Is this intended as a full on ls replacement? As in, does it respect the envvars such as lscolors? Will it silently ignore -h, or will it die violently?