8000 GitHub - dahead/usage: A simple terminal tool to analyze directory sizes, written in Go.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dahead/usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory Usage Analyzer

A simple terminal tool to analyze directory sizes, written in Go.

Preview

Preview

Features

  • Shows size and percentage for each directory/file
  • Keyboard navigation

Controls

  • ↑/↓ - Navigate
  • Enter - Enter directory
  • Backspace - Go back
  • q - Quit

Dependencies

Installation and Usage

# Build the tool
go build -o usage .

# Run with directories only (default)
./usage

# Run with files included
USAGE_SHOW_FILES=1 ./usage

About

A simple terminal tool to analyze directory sizes, written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published
0