SkillAgentSearch skills...

Gncdu

Implements NCurses Disk Usage(ncdu) with golang

Install / Use

/learn @bastengao/Gncdu
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gncdu

gncdu implements NCurses Disk Usage(ncdu) with golang, and is at leaset twice faster as ncdu.

Install

Binaries

macOS (Apple Silicon)

wget -O https://github.com/bastengao/gncdu/releases/download/v0.7.0/gncdu-darwin-arm64 && chmod +x /usr/local/bin/gncdu

Linux (amd64)

wget -O /usr/local/bin/gncdu https://github.com/bastengao/gncdu/releases/download/v0.7.0/gncdu-linux-amd64 && chmod +x /usr/local/bin/gncdu

Or download executable file from releases page.

Install from source

go install github.com/bastengao/gncdu@latest

Usage

gncdu [path]

screenshot

Related Skills

View on GitHub
GitHub Stars42
CategoryDevelopment
Updated1mo ago
Forks8

Languages

Go

Security Score

80/100

Audited on Feb 22, 2026

No findings