Skip to content
/ gncdu Public
forked from bastengao/gncdu

Implements NCurses Disk Usage(ncdu) with golang

Notifications You must be signed in to change notification settings

DaiYuANg/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

About

Implements NCurses Disk Usage(ncdu) with golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.1%
  • Shell 2.9%