1
0
Fork 0
mirror of https://github.com/avelino/awesome-go.git synced 2025-04-14 17:32:57 -04:00

add git-tools (#5530)

This commit is contained in:
Kirill Zhuravlev 2025-04-01 10:34:23 +02:00 committed by GitHub
parent 2918779d81
commit fab1ba5939
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2775,6 +2775,7 @@ _General utilities and tools to make your life easier._
- [generate](https://github.com/go-playground/generate) - runs go generate recursively on a specified path or environment variable and can filter by regex.
- [ghokin](https://github.com/antham/ghokin) - Parallelized formatter with no external dependencies for gherkin (cucumber, behat...).
- [git-time-metric](https://github.com/git-time-metric/gtm) - Simple, seamless, lightweight time tracking for Git.
- [git-tools](https://github.com/kazhuravlev/git-tools) - Tool to help manage git tags.
- [gitbatch](https://github.com/isacikgoz/gitbatch) - manage your git repositories in one place.
- [gitcs](https://github.com/knbr13/gitcs/) - Git Commits Visualizer, CLI tool to visualize your Git commits on your local machine.
- [go-actuator](https://github.com/sinhashubham95/go-actuator) - Production ready features for Go based web frameworks.