Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 802 Bytes

File metadata and controls

44 lines (28 loc) · 802 Bytes

ncdutils - fork

Utilities for working with ncdu exports.

This is a fork of original ncdutils by yorhel.

Blog post about this fork: here

Features

  • find
  • validate
  • web, web-upload

Added Features

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

Building

Requirements:

  • Crystal
  • libzstd (with development files)
  • pkg-config

Build:

shards build --release

License

AGPL-3.0-only