| Crates.io | devspace-sweeper |
| lib.rs | devspace-sweeper |
| version | 0.1.5 |
| created_at | 2026-01-15 19:05:17.099989+00 |
| updated_at | 2026-01-15 19:05:17.099989+00 |
| description | Tiny cross-platform CLI that finds and safely cleans dev junk across projects |
| homepage | https://github.com/adwaitdeshpande/devspace-sweeper |
| repository | https://github.com/adwaitdeshpande/devspace-sweeper |
| max_upload_size | |
| id | 2046321 |
| size | 55,468 |
<<<<<<< HEAD
=======
A tiny cross-platform CLI that finds and safely cleans dev junk across your projects to reclaim disk space and speed up tools.
Build from source (requires Rust):
cargo install --path .
Or run in place:
cargo run -- <command> [options]
# Scan current directory
devspace-sweeper scan
# Suggest cleanup candidates
devspace-sweeper suggest --path ~/dev
# Dry-run clean older than 30 days
devspace-sweeper clean --path . --max-age-days 30 --dry-run true
# Actually clean (careful!)
devspace-sweeper clean --path .
# Generate report
devspace-sweeper report --path . --output sweep-report.md
Edit recipes/default.yml or pass --recipes path/to/custom.yml.
MIT
3679f1d (init: devspace-sweeper MVP)