Skip to content

diminutivesloop/git-cal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-cal

Description

screenshot with black theme screenshot with white theme 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.
  • Opt out from ANSI colors and use few ASCII characters to denote the same.

Install

  • with root access:
perl Makefile.PL
make
sudo make install
  • without root access:
perl Makefile.PL PREFIX=~/.local
make
make install

TODO

  • Support more statistics like commits per month/week etc
  • May be add a small conf file to customize colors/characters.
  • Show data from multiple repositories in a single place ( k4rthik#16 )
  • Make the code pretty and modular so that will be easy to extend.

About

github like contributions calendar on terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 100.0%