This CLI tool aims to help view the contribution graph of all your local git repositories.
You should have Go installed on your computer to compile the binary. Please follow the instructions on their official website
First clone this repository and go inside
git clone <repo url>
cd Local_contribution_viewerCompile the binary by running
go build -o <bin_name> main/main.go main/scan.go main/stats.go main/print.goThen you can directly run the binary from this folder or add the binary path to your PATH variable to run it from everywhere
| flag | description |
|---|---|
-add <folder> |
Search recursively in folder for git repositories and add them to the config file for tracking |
-email your@email.com |
Specify the author of the commits that will be used to print the contribution graph |