A CLI that generates a Github Contributions Graph in your terminal by scanning the .git folders in your local system
Run go install
to make the command gitlocalstats
working
gitlocalstats -add /path/to/folder
scans that folder and its subdirectories for repos to scangitlocalstats -email [email protected]
generates a graph that represents the last 6 month of activity for the passed email.