sweep-it
v1.0.0
Published
Interactive CLI tool for cleaning up directories with swipe-style navigation
Readme
🧹 sweep-it
Interactive CLI tool for cleaning up directories. Swipe left to keep, swipe right to delete.
Installation
npm install -g sweep-itUsage
sweep-it <directory-path>Example
sweep-it ~/Downloads
sweep-it ./old-projectsControls
- ← Left Arrow - Keep the file/directory
- → Right Arrow - Delete the file/directory
- ↵ Enter - Finish and confirm deletion
How It Works
- Run
sweep-itwith a target directory path - Review files one by one with their last modified dates
- Use arrow keys to categorize each item
- See running lists of items to keep and delete
- Confirm before final deletion
License
MIT
