Fast disk usage analyzer with console interface written in Go
gdu is a fast, interactive, disk usage analyzer for the terminal written in Go, specifically optimized for scanning SSDs in parallel.
It provides a user-friendly interface that allows you to navigate file systems, sort by size, and delete files or directories directly while visualizing usage.
The tool is designed for high performance, offering deep insights into disk consumption with keyboard-driven controls and minimal resource overhead.
$ brew install gdu$ sudo pacman -S gdu$ go install github.com/dundee/gdu/v5/cmd/gdu@latestto comment.