Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Local_contribution_viewer

Description

This CLI tool aims to help view the contribution graph of all your local git repositories.

Running

Requirements

You should have Go installed on your computer to compile the binary. Please follow the instructions on their official website

Building

First clone this repository and go inside

git clone <repo url>
cd Local_contribution_viewer

Compile the binary by running

go build -o <bin_name> main/main.go main/scan.go main/stats.go main/print.go

Then you can directly run the binary from this folder or add the binary path to your PATH variable to run it from everywhere

Available flags

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages