Visualize local git contribution powered by cobra and zap.
git clone https://github.com/zouyonghe/visualizedGit.git
cd visualizedGit
go install .
visualizedGit --help # Show help information of this tool
visualizedGit add -p /path/to/repo(s) # Add Git repository which you would like to track
visualizedGit show -e [email protected] # show visualized local git contribution of the specified email address
visualizedGit chkcfg # Show current tracking git repositories
visualizedGit rmcfg # Remove tracking git repositories
This software is power by the GPLv2 license.