sukkiri

Crates.iosukkiri
lib.rssukkiri
version0.1.2
created_at2026-01-12 12:01:31.308768+00
updated_at2026-01-13 06:32:31.486918+00
descriptionA lightweight TUI disk cleanup tool for macOS
homepage
repositoryhttps://github.com/mmrakt/sukkiri
max_upload_size
id2037611
size95,374
mimu (mmrakt)

documentation

README

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, Xcode DerivedData, 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 down
  • k / Up: Move up
  • Space: Toggle selection
  • a: Toggle all
  • Enter: Proceed to clean selected items
  • q: Quit

License

MIT

Commit count: 19

cargo fmt