To learn go, I wanted to create a CLI to manage/supervise my git projects.
Currently, this tool can give you some informations about your local git repositories.
I hope this tool could help people who have a lot of git repositories locally, and just want to keep an eye on them.
This tool is Goyave, github link here.
This is my first go project, so a lot of code have to be improved ( please, be indulgent - I know I have to practice ).
This tool needs update, and a lot of new features, so contributions, reviews, comments, advices, ... are welcome!
评论:
sh41:
k0pernicus:this tool can give you some informations about your local git repositories
That sounds similar to my project
gostatus
, although it is more closely tied to Go packages (inside repositories). Just wanted to put that on your radar.
Yep, that's the same idea ;-) Thank you for your comment! :-)
