lazydf
lazydf is a keyboard-focused, interactive terminal UI (TUI) tool written in Go for monitoring disk usage. It helps you quickly check the disk space of your main folders (like /, /home, /tmp) with a clean, tabbed interface.
Features
- Categorized Disk Usage: Automatically groups mount points into categories: System, Home, Temp, User, and Other.
- Tabbed Interface: Switch between categories using the
Tab key.
- Keyboard-Focused: Navigate and interact entirely with the keyboard.
- Visual Indicators: Color-coded usage percentages (Green < 50%, Yellow 50-80%, Red > 80%).
Installation
From Source
Ensure you have Go installed on your system.
git clone https://github.com/ucok23/lazydf.git
cd lazydf
go build -o lazydf .
Using Go Install
go install github.com/ucok23/lazydf@latest
Usage
Run the tool from your terminal:
./lazydf
Shortcuts
| Key |
Action |
Tab |
Switch to the next category tab |
q |
Quit the application |
Ctrl+C |
Quit the application |
Built With
License
This project is licensed under the MIT License - see the LICENSE file for details.