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. 🙏
- Customizable File and Directory Patterns
- Safe Deletion of Unwanted Files
- Supports Common Build Directories and File Types
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/
.
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.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome. Feel free to fix problems, report bugs, or propose new features.