SaaSHub helps you find the best software and product alternatives Learn more →
Gdu Alternatives
Similar projects and alternatives to gdu
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
-
-
-
-
-
-
-
-
-
scc
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
gdu discussion
gdu reviews and mentions
-
Modern Unix Tool List
Seems like a pretty good collection of a lot of the tools I hear about these days, and also use myself sometimes.
I also like `fx`, which is like a combination of `jq` and `gdu`.
https://fx.wtf/
Oh, and also `gdu`, which is like `ndu` but faster:
https://github.com/dundee/gdu
-
Go: What We Got Right, What We Got Wrong
Not sure these are really popular, but I cannot resist advertising a few utilities written in Go that I regularly use in my daily workflow:
- gdu: a NCDU clone, much faster on SSD mounts [1]
- duf: a `df` clone with a nicer interface [2]
- massren: a `vidir` clone (simpler to use but with fewer options) [3]
- gotop: a `top` clone [4]
- micro: a nice TUI editor [5]
Building this kind of tools in Go makes sense, as the executables are statically compiled and are thus easy to install on remote servers.
[1]: https://github.com/dundee/gdu
[2]: https://github.com/muesli/duf
[3]: https://github.com/laurent22/massren
[4]: https://github.com/xxxserxxx/gotop
[5]: https://github.com/zyedidia/micro
- Gdu – fast disk usage analyzer with console interface written in Go
-
Clean mount lists in Linux
For anyone that likes ncdu I would highly recommend gdu. https://github.com/dundee/gdu
-
new and interesting file managers or text editors for the cli lately?
gdu is faster
- How to report on usage?
- Why does macOS keep a cache of every wallpaper ever used?
-
Midnight Commander is MIA; any command line based twin pane file manager recommendations?
gdu - Just a very fast and cool disk usage explorer
-
RPCS3 compile to SD card?
The RPCS3 flatpak lives in /home/deck/.var/app/net.rpcs3.RPCS3. I'd advise you to install a tool like gdu or use something like du -h --max-depth=1 in the console in that directory, to find where the disk usage goes. There are also GUI tools, but I prefer these myself.
-
Ncdu – NCurses Disk Usage
While ncdu does the job I've found gdu (similar tool written in Go) significantly faster for larger directories.
https://github.com/dundee/gdu
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 May 2025
Stats
dundee/gdu is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of gdu is Go.