bastengao / gncdu

Implements NCurses Disk Usage(ncdu) with golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implements NCurses Disk Usage(ncdu) with golang


Languages

Language:Go 97.1%Language:Shell 2.9%