sweep-cli 0.2.0

Fast system cleaner for macOS and Linux — clean caches, uninstall apps, analyze disk, optimize system. Single binary.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod scan;
pub mod clean;
pub mod ai;
pub mod docker;
pub mod dev;
pub mod status;
pub mod interactive;
pub mod uninstall;
pub mod optimize;
pub mod installer;
pub mod footer;
pub mod ui;
pub mod timeline;
pub mod recommend;