A simple terminal tool to analyze directory sizes, written in Go.
- Shows size and percentage for each directory/file
- Keyboard navigation
↑/↓
- NavigateEnter
- Enter directoryBackspace
- Go backq
- Quit
# Build the tool
go build -o usage .
# Run with directories only (default)
./usage
# Run with files included
USAGE_SHOW_FILES=1 ./usage