Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 2.07 KB

README.md

File metadata and controls

49 lines (30 loc) · 2.07 KB

Forks Stars License Issues

ProjectCleaner

ProjectCleaner is a Rust utility designed to help programmers clean up build files and other unnecessary files from their projects. It offers a customizable and efficient methodology for specifying and deleting unwanted files and directories. Leveraging the power of Rust, it ensures a safe and fast cleaning process. Project made with ❤ by Da4ndo.

You can click on the star (⭐️) button above this repository if you liked this project! Thank you all. 🙏

🚀 Features

  • Customizable File and Directory Patterns
  • Safe Deletion of Unwanted Files
  • Supports Common Build Directories and File Types

🛠️ Getting Started

🔧 Installation

You can install ProjectStructure by running the following command:

git clone https://github.com/Da4ndo/project-cleaner
cd project-cleaner

cargo build

chmod +x install.sh
./install.sh

The installation creates a folder ~/.da4ndo/.

📖 Documentation

Project Cleaner is a highly efficient tool that leverages the power of Tokio's multi-threading to swiftly traverse through your project's directories, subdirectories, and files.

The application also takes exception folders and files, which you can use to specify files and directories that should be ignored during the deleting process. However, the presence of this is not mandatory, and the application will function normally without it.

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.

🤝 Contributing

Contributions are welcome. Feel free to fix problems, report bugs, or propose new features.