dust
CLIA more intuitive version of du in Rust.
2 views
Installation
Homebrew
brew install dustCargo
cargo install du-dustLinks
License
Apache-2.0AI Agent Notes
Visual disk usage breakdown by directory
When to use
Finding what's consuming disk space
Examples
dustdust -n 20 /var
Proven Recipes
Show disk usage of current directory🟢 99% success
dustShow top 20 directories🟢 99% success
dust -n 20Analyse specific path🟢 99% success
dust /var/log