I usually use ncdu. It has interactive UI. But I also like this rust app.
Do you know exa?
https://github.com/ogham/exa
I have alias ll='exa -l' already so using it all the time
@janci Just aliased ll to exa -lh --git :) The git status info is really nice to have too :)
@nojhan @janci I use spaceship prompt myself but having the git status details *per file* with exa is useful :) https://github.com/denysdovhan/spaceship-prompt
@aral @janci Didn't know this clone, awesome, thanks.