dust
CLIA more intuitive version of du in Rust.
Visual disk usage breakdown by directory
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
Show disk usage of current directory
dustShow top 20 directories
dust -n 20Analyse specific path
dust /var/logInstall
Homebrew
brew install dustCargo
cargo install du-dustAgent notes
- When to use
- Finding what's consuming disk space
- Quick examples
dustdust -n 20 /var
Use from an agent
curl -s https://clihub.com/api/tools/dust | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug dust on the MCP server at https://clihub.com/mcp.