Command line utility to summarize disk space usage under a specified directory.
| .gitignore | Remove stray debugging println | |
| go.mod | Move to codeberg | |
| go.sum | Move to codeberg | |
| main.go | Move to codeberg | |
| README.md | Add install note | |
bloat
Simple command line utility to report where your disk space has gone.
Examples:
bloat ~ | head -n 10
bloat /var/spool | head -n 10
Installation:
go install codeberg.org/meta/bloat@latest