Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yeonjuan/sweep-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧹 sweep-it

Interactive CLI tool for cleaning up directories. Swipe left to keep, swipe right to delete.

Installation

npm install -g sweep-it

Usage

sweep-it <directory-path>

Example

sweep-it ~/Downloads
sweep-it ./old-projects

Controls

  • Left Arrow - Keep the file/directory
  • Right Arrow - Delete the file/directory
  • Enter - Finish and confirm deletion

How It Works

  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

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published