extdust is a command-line tool that scans files in a directory, groups them by extension, and shows how much space each extension uses. It can also list the biggest files or folders per extension.
extdust uses fdfind for fast file discovery.
git clone https://github.com/awsms/extdust.git
cd extdust
go build -o extdustRequires:
- Go 1.18+
fdorfdfindin your$PATH
extdustextdust -e go,md,txtextdust -fextdust -dextdust -f -l 20extdust -s # size, smallest first
extdust -n # sort by extension nameextdust -textdust -e go,md -f -d -l 10This project is licensed under the GPL-3.0 License.