Terminal Tools
dust
11.4kVisual disk usage tool that shows a tree of directories sorted by size — a more intuitive replacement for `du`.
macOSLinuxWindows
Install
Get started
brew install dustUsage
How to use
```bash
# Show disk usage of current directory
dust
# Limit depth
dust -d 3
# Show usage of a specific directory
dust /var/log
```
Alternatives