3 releases
Uses new Rust 2024
| 0.1.2 | Jan 13, 2026 |
|---|---|
| 0.1.1 | Jan 13, 2026 |
| 0.1.0 | Jan 12, 2026 |
#35 in macOS and iOS APIs
61KB
1.5K
SLoC
sukkiri 🧹
A lightweight TUI disk cleanup tool for macOS, written in Rust. It helps you reclaim disk space by clearing caches, logs, and development-related junk files (Xcode, Docker, node_modules, etc.).
Installation
You can install sukkiri directly from crates.io:
cargo install sukkiri
Features
- Fast Scanning: Multi-threaded scanning of system and user caches.
- Developer Focused: Targets
node_modules, XcodeDerivedData, Docker images, and more. - Safe by Default: Moves files to the system Trash instead of permanent deletion.
- Interactive TUI: Visual dashboard with pie charts and detailed file lists.
Usage
Simply run:
sukkiri
Options
-h,--help: Show help information-v,--version: Show version information
Keybindings
j/Down: Move downk/Up: Move upSpace: Toggle selectiona: Toggle allEnter: Proceed to clean selected itemsq: Quit
License
MIT
Dependencies
~12–27MB
~378K SLoC