dust

A more intuitive version of du in Rust for disk usage analysis

brewmacoslinux
Try with needOr install directly
Source

About

More intuitive version of du in rust

Commands

dust

Examples

Show disk usage of current directory with interactive tree view$ dust
Display top 10 largest directories in a specific path$ dust -n 10 /home/user
Show disk usage in human-readable format with depth limit$ dust -d 3 /var