You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request a feature to be able to list directories with size, similar to 'du'. This would make me use 'exa' over 'ls' permanently. Thank you.
Example:
$ exa -s / #similar to du --max-depth=1
bin/ 85M
dev/ 4K
etc/ 2.5M
home/ 358M
lib/ 90M
tmp/ 4.2M
The text was updated successfully, but these errors were encountered:
It's a nice idea — another command-line tool to assimilate! It's being tracked in #91. Unfortunately, I looked at the code recently and it's not set up to handle recursing into a directory twice (once to get the size, and again to get the entries). I'm leaving that issue open, though, so I can get around to it eventually.
I would like to request a feature to be able to list directories with size, similar to 'du'. This would make me use 'exa' over 'ls' permanently. Thank you.
Example:
The text was updated successfully, but these errors were encountered: