spacekeeper
v0.1.0
Published
CLI to analyze disk usage and interactively clean caches and large files.
Maintainers
Readme
spacekeeper
CLI to analyze disk usage and suggest cleanup for:
- common development caches
- large files (Desktop/Downloads/Movies)
- installers and archive files
- colorful terminal output with animated scan/removal feedback
Requirements
- Node.js 18+
- macOS (default cache targets are macOS-focused)
Local usage
npm install
npm run startOr run directly:
node bin/spacekeeper.jsCommands
spacekeeper
spacekeeper --dry-run
spacekeeper --report-only
spacekeeper --min-size-mb 200 --limit 30Safety
- The CLI asks for confirmation before deleting.
--dry-runpreviews what would be removed without deleting anything.- Items are removed only when explicitly selected by the user.
