dust

CLI

A more intuitive version of du in Rust.

Visual disk usage breakdown by directory

3 curated recipes · not yet executed by the harness#disk#usage#du#rust

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

Show disk usage of current directory

~99% est.
dust

Show top 20 directories

~99% est.
dust -n 20

Analyse specific path

~99% est.
dust /var/log

Install

Homebrewbrew install dust
Cargocargo install du-dust

Agent notes

When to use
Finding what's consuming disk space
Quick examples
  • dust
  • dust -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.

Homepage ↗Apache-2.00 views