A simple Rust command-line tool that helps you find and delete common build artifacts and dependencies directories in your projects to free up disk space.
- Recursively searches for common directories:
node_modules,dist,.next, and.turbo - Shows all found directories before deletion
- Requires confirmation before deleting any directories
- Safe error handling for file system operations
- Run the program
- Enter the base directory path to search (e.g.,
.for current directory or drag & drop folder to cli) - Review the list of found directories
- Confirm deletion by typing 'y' (or any other key to cancel)
git clone https://github.com/yourusername/orgonizer.git
cd orgonizer
cargo build --releasecargo runMIT License