Skip to content

fbierhaus/git-cal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-cal

Description

blackt white on your terminal

  • git-cal is a simple script to view commits calendar (similar to github contributions calendar) on command line
  • Each block in the graph corresponds to a day and is shaded with one of the 5 possible colors, each representing relative number of commits on that day.
  • Assumes the terminal supports 256 colors ($TERM is xterm-256color)

Install

Just drop the script anywhere in $PATH

  • with root access:
sudo wget https://raw.github.com/k4rthik/git-cal/master/git-cal \
-O /usr/local/bin/git-cal && sudo chmod +x /usr/local/bin/git-cal
  • without root access:
curl https://raw.github.com/k4rthik/git-cal/master/git-cal > ~/.local/bin/git-cal && chmod 0755 !#:3

###TODO

  • Support more statistics like commits per month/week etc
  • May be add a conf file to customize colors
  • Make the code pretty, modularized and easily installable

About

github like contributions calendar on terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Perl 100.0%