superclean is a universal CLI tool to clean development caches and reclaim disk space.
pip install supercleansclean --help
sclean status # High-level health dashboard
sclean info # Detailed system resource info
sclean explore # Interactive disk usage explorer (ncdu-like)
sclean check # Check for useful developer tools
sclean list-cleaners # Detailed list of all cleaners
sclean all # Run all cleaners
sclean all -i # Interactive selection of what to clean
sclean all --min-size 1GB # Only clean large caches
sclean projects # Scan local directories for project artifacts (node_modules, etc.)
sclean cron --install # Set up weekly automated cleanup
sclean -d all # Dry run mode
sclean docker # Clean specific tool- Global Dry Run: Use
-dor--dry-runwith any command to preview potential savings. - Health Dashboard:
sclean statusgives a visually appealing summary of potential savings. - Interactive Mode: Use
sclean all -ito selectively clean specific caches using a TUI menu. - Smart Thresholds: Filter cleanups by size using
--min-sizeto focus on the biggest wins. - Detailed Info:
sclean infoshows comprehensive system resource usage. - Project Scanner:
sclean projectsrecursively finds and deletes heavy local folders likenode_modules,venv,target. Optimized withfdif installed. - Automation:
sclean cronmanages scheduled weekly maintenance. - Python: Clean Python caches (pip, poetry, uv, pycache).
- Node.js: Clean Node.js caches (npm, yarn, pnpm).
- Docker: Clean unused images, containers, and volumes.
- Nix/NixOS: Garbage collection and generation cleanup.
- System: Temporary file removal.