k4rthik / git-cal

github like contributions calendar on terminal
MIT License
1.11k stars 61 forks source link

Provide running instructions in the README #58

Open w-martin opened 7 years ago

w-martin commented 7 years ago

Please provide running instructions in the README

JohannesBuchner commented 6 years ago

Yes please. I installed with local install, and then ran (in git-cal's git repo):

$ /home/user/.local/bin/git-cal

and received only:

git-cal: got empty log, nothing to do

while "git log" shows plenty of commits. Not sure what I am doing wrong.

JohannesBuchner commented 6 years ago

Please also include uninstall instructions.

kleinph commented 4 years ago

There seem to be a hardcoded filter for packages in the last year (--since="13 months" in https://github.com/k4rthik/git-cal/blob/b3bb376e46ebf3d09820b95b3426e9c58ad6cdc9/git-cal#L90). So there will be no output for repos with its last commit over a year ago.