agedu

Utility for finding and analyzing wasted disk space on Unix systems

brewmacoslinux
Try with needOr install directly
Source

About

Unix utility for tracking down wasted disk space

Commands

agedu

Examples

Scan entire filesystem and generate disk usage report$ agedu -s /
Scan directory and create HTML report for interactive browsing$ agedu -s /home/user -w -o report.html && agedu -w -o report.html
Find files not accessed in the last 365 days$ agedu -s /home/user && agedu -r /home/user -a 365d