Skip to content

Show a colorful contribution graph for a selected user in the terminal for any local git repo

License

Notifications You must be signed in to change notification settings

standardgalactic/bash-git-contribution-plot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bash-git-contribution-plot

This script collects the repo contributors, and shows the contribution activity strip for the selected user.

My intention was to have some fun with bash colors, and to get contribution info per repository.

How it looks like

Usage

./contribution_plot 2019 example@domain.com ~/project/gitrepo

Improvement ideas

  • plot data for a single email
  • plot data for a single year
  • plot any local git repo
  • handle leap years
  • do not show future days as empty contribution, mark them with noday_mark
  • for current year add option to show data from last year to fill the gaps
  • make it easily runnable in docker (make it cross compatible)
  • add option to show all contribution per year
  • validate input
  • if no emal is given, offer selection from the repo contributor emails

About

Show a colorful contribution graph for a selected user in the terminal for any local git repo

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%