Hi all, my first project on itch! https://tbillington.itch.io/kondo
Kondo is a free, open source tool for keeping your software projects tidy.
It scans a directory, discovering software projects and allowing you to intelligently clean them, removing the non-essential files to save space. Non-essential files include logs, builds, incremental compilation output, downloaded dependencies, etc.
Kondo is available as a command line tool and with a graphic user interface. Kondo is cross platform and supports Windows, Mac, and Linux.
You'll find releases for CLI, GUI, and more platforms on the github releases page: https://github.com/tbillington/kondo/releases.
Currently supports
- Cargo projects
- Node projects
- Unity Projects
- SBT projects
- Haskell Stack projects
- Maven projects
- Unreal Engine projects
You can download, see the source, report bugs, or contribute at https://github.com/tbillington/kondo.
If you have any suggestions/feature requests/feedback please let me know !