Utilities for working with ncdu exports.
This is a fork of original ncdutils by yorhel.
Blog post about this fork: here
- find
- validate
- web, web-upload
These can be useful for cleaning up your data storage.
- cleanup: List unnecessary directories like node_modules, (pytohn) venv, dist and more.
- freq: Show most frequent directory name
- largest: Show top 100 largest single files
Requirements:
- Crystal
- libzstd (with development files)
- pkg-config
Build:
shards build --release
AGPL-3.0-only