Categorygithub.com/gaetschwartz/devcleaner-go
repositorypackage
0.0.0-20250103095326-acbd264744b7
Repository: https://github.com/gaetschwartz/devcleaner-go.git
Documentation: pkg.go.dev

# README

Sao 扫 - Your Developer Tools Space Saver! πŸ§ΉπŸ’»

Welcome to Sao, the go-to app for keeping your developer machine tidy and efficient! πŸš€

What is Sao? πŸ€”

Sao (扫, meaning "to sweep" in Chinese) is a powerful Go application that helps you reclaim precious disk space by identifying and cleaning up caches from various developer tools installed on your machine. It's like a broom for your dev environment! 🧹✨

Features 🌟

  • πŸ” Scans your system for popular developer tools
  • πŸ“Š Calculates total space used by tool caches
  • πŸ—‘οΈ Cleans all caches (coming soon!)
  • πŸš€ Fast and efficient, written in Go

Usage πŸ› οΈ

To use Sao, follow these simple steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/sao.git
    
  2. Navigate to the project directory:

    cd sao
    
  3. Build the project:

    go build
    
  4. Run Sao:

    ./sao
    

Sao will scan your system, identify developer tools, and report on cache usage. Sit back and watch as it sweeps through your machine! πŸ§ΉπŸ’¨

Contribute 🀝

We'd love your help in making Sao even better! Here's how you can contribute:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Whether it's adding support for more developer tools, improving performance, or enhancing the user experience, your contributions are welcome!

Let's work together to keep our dev environments clean and our disks spacious! πŸŽ‰

License πŸ“„

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

Happy cleaning! 🧼πŸ–₯️