- cross-posted to:
- linux
- [email protected]
- cross-posted to:
- linux
- [email protected]
Sadly unmaintained
dua is more like ncdu in rust, less stale too
Better? This is absolutely awful if you have more than a handful of directories and files. It just shows the top directories and excludes everything that doesn’t fit. Directory names are truncated if they don’t fit so it’s difficult to know what “ti[…]e/” is… And you get this weird XXXXX lump for small files.
gdu
is a slightly “nicer” looking ncdu and much faster than this.Oh nice. gdu really is ncdu, just faster (on SSDs).
Link for lazy people: https://github.com/dundee/gdu
Doesn’t seem to cope well with hardlinks, also last commit was 2 years ago…
…but it’s Rust!
Really wish the rusticles out there realised that the language is not a feature for user-space apps. Nobody cares if their disk utilisation tool is in Rust. All that matters is that gives useful information in a timely fashion.
ncdu is df but interactive.
Thank you!