Skip to content
forked from k4rthik/git-cal

GitHub-like contributions calendar in terminal

License

Notifications You must be signed in to change notification settings

CurbaiCode/git-cal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-cal

GitHub-like contributions calendar in terminal

Description

screenshot with black theme screenshot with white theme

  • git-cal is a simple script to view commits calendar (similar to GitHub contributions calendar) on the 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.
  • Option to choose --ascii or --unicode to denote the same instead of the ANSI colors.
  • Option to use git config to set options.

Installation

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

About

GitHub-like contributions calendar in terminal

Resources

License

Stars

Watchers

Forks

Languages

  • Perl 100.0%