| Crates.io | cleanux |
| lib.rs | cleanux |
| version | 0.1.1 |
| created_at | 2026-01-15 09:57:44.579036+00 |
| updated_at | 2026-01-21 09:19:31.328483+00 |
| description | Linux cleaner CLI (CleanMyMac-like): scan & safely trash cache, find duplicates, list large files |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2045101 |
| size | 106,103 |
Fast, safe, and scriptable Linux cleanup in one Rust CLI.
Think "CleanMyMac for Linux" without the bloat:
cargo build --release
./target/release/cleanux scan
Dry-run is the default. Add --apply to actually move items to Trash.
./target/release/cleanux clean # dry-run
./target/release/cleanux --apply clean # apply
./target/release/cleanux scan cache
./target/release/cleanux dups ~/Downloads
./target/release/cleanux dups ~/Downloads --trash --min-bytes 1048576
./target/release/cleanux large ~ --top 30 --min-bytes 10485760
./target/release/cleanux --report json scan
cleanux scan targets multiple cleaners; use scan cache to restrict to cache items.src/cleaners/.config.toml.