Skip to content

Implements NCurses Disk Usage(ncdu) with golang

Notifications You must be signed in to change notification settings

bastengao/gncdu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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