git-cal (1) - Linux Manuals

git-cal: A simple tool to view commits calendar (similar to github contributions calendar) on command line

NAME

git-cal - A simple tool to view commits calendar (similar to github contributions calendar) on command line

SYNOPSIS

``git-cal'' is a tool to visualize the git commit history in github's contribution calendar style. The calendar shows how frequently the commits are made over the past year or some choosen period Activity can be displayed using ascii, ansi or unicode characters, default is choosen based on ENV

  git-cal

  git-cal --period=<1..12 , -1..-11>

  git-cal --author=<author> -- <filepath>

  git-cal --ascii

  git-cal --ansi

  git-cal --unicode

OPTIONS

--ansi
Display activity using ANSI colors
--ascii
Display activity using ASCII characters instead of ANSI colors.
--author=<author>
View commits of a particular author.
--period|p=<n>
Do not show the entire year:
--unicode
Display activity using unicode characters
n = 1 to 12
Shows only one month (1=Jan .. 12=Dec)
n = -1 to -11
Shows the last n months (and the current month)
--help|?
Print this message.

ADDITIONAL OPTIONS

  -- filename to view the logs of a particular file or directory

AUTHOR

Karthik katooru <karthikkatooru [at] gmail.com>

COPYRIGHT AND LICENSE

This program is free software; you can redistribute it and/or modify it under the MIT License

POD ERRORS

Hey! The above document had some coding errors, which are explained below:
Around line 451:
You forgot a '=back' before '=head2'