Skip to content

NeoLaner/oRganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oRganizer

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.

Features

  • 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

Usage

  1. Run the program
  2. Enter the base directory path to search (e.g., . for current directory or drag & drop folder to cli)
  3. Review the list of found directories
  4. Confirm deletion by typing 'y' (or any other key to cancel)

Building from Source

git clone https://github.com/yourusername/orgonizer.git
cd orgonizer
cargo build --release

Running the Program

cargo run

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages