Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 427 Bytes

File metadata and controls

17 lines (13 loc) · 427 Bytes

#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: