This open-source repository provides scripts to automate the cleanup of various cache and temporary files on Windows systems. It's ideal for freeing up disk space and improving system performance.
- β‘ PowerShell β Run natively on Windows.
- π§ Bash (Git Bash) β For users running Git Bash on Windows.
- πͺ Bash (WSL) β Windows Subsystem for Linux support.
Note: Scripts are optimized for compatibility across different environments. Choose the mode that fits your setup.
- π Linux support
- π macOS support
- π§ Scheduled task automation
- π Cleanup statistics/reporting
Contributions are welcome! If you'd like to help expand or improve the project, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Describe your feature"
- Push to your fork:
git push origin feature/your-feature-name
- Open a pull request
Please ensure your code:
- Is clearly structured and commented
- Works across supported environments
- Avoids destructive commands
This project is open-source and available under the MIT License.