Disk usage analyzer with console interface written in Go
Pretty fast disk usage analyzer written in Go. Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.
Pretty fast disk usage analyzer written in Go. Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.
To install gdu, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gdu
To see what files were installed by gdu, run:
port contents gdu
To later upgrade gdu, run:
sudo port selfupdate && sudo port upgrade gdu
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.