ncdutils

Version, currently master branch1 version
  • master branchlatestFeb 15, 2025

github.com/atjsh/ncdutils

fork of ncdutils with new commands

0 stars
0 dependents
License: AGPL-3.0-only

Installation

# Add this to your shard.yml
dependencies:
  ncdutils:
    github: atjsh/ncdutils
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
AGPL-3.0-only
Target
  • ncdutils from main.cr

Dependencies

This version declares no dependencies.

README

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