Interactive CLI tool for cleaning up directories with swipe-style navigation
npm install sweep-itInteractive CLI tool for cleaning up directories. Swipe left to keep, swipe right to delete.
``bash`
npm install -g sweep-it
`bash`
sweep-it
`bash`
sweep-it ~/Downloads
sweep-it ./old-projects
- ← Left Arrow - Keep the file/directory
- → Right Arrow - Delete the file/directory
- ↵ Enter - Finish and confirm deletion
1. Run sweep-it` with a target directory path
2. Review files one by one with their last modified dates
3. Use arrow keys to categorize each item
4. See running lists of items to keep and delete
5. Confirm before final deletion
MIT