GitHub - dittonedo45/PyGitCal: Git commits on a calendar.

· GitHub

1 min read Original article ↗

Repository files navigation

#pyGitCal.

PyGitCal is a python + C program for showing a terminal calendar just like that of cal, with your git commits on days. Just like how github is attempting todo ;-)

#How to compile?

gcc call.c -lpython<VERSION> -I<path to headers of your python> -lgit2

#How to run?

./a.out ./calendar <path to repo>

#What to expect? Here is how it looked on a vim's git repository: