# 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:
-
Clone the repository:
git clone https://github.com/yourusername/sao.git
-
Navigate to the project directory:
cd sao
-
Build the project:
go build
-
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:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - 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! π§Όπ₯οΈ