Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 494 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 494 Bytes

gitlocalstats

A CLI that generates a Github Contributions Graph in your terminal by scanning the .git folders in your local system

Usage

Run go install to make the command gitlocalstats working

  • gitlocalstats -add /path/to/folder scans that folder and its subdirectories for repos to scan
  • gitlocalstats -email [email protected] generates a graph that represents the last 6 month of activity for the passed email.

Demonstration