https://github.com/k4rthik/git-cal
github like contributions calendar on terminal
https://github.com/k4rthik/git-cal
Last synced: 3 months ago
JSON representation
github like contributions calendar on terminal
- Host: GitHub
- URL: https://github.com/k4rthik/git-cal
- Owner: k4rthik
- License: mit
- Created: 2013-09-22T12:13:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T04:38:36.000Z (almost 9 years ago)
- Last Synced: 2025-08-28T17:02:21.226Z (4 months ago)
- Language: Perl
- Homepage:
- Size: 506 KB
- Stars: 1,116
- Watchers: 19
- Forks: 60
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tools - git-cal - 命令行下生成类似 GitHub 的日历。 (Github / Snippets Manager)
README
git-cal
=======
### Description


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.
* Option to choose --ascii or --unicode to denote the same instead of the ANSI colors.
* Option to use git config to set options.
### Install
- with root access:
```
perl Makefile.PL
make
sudo make install
```
- without root access:
```
perl Makefile.PL PREFIX=~/.local
make
make install
```
- with Homebrew
```
brew install git-cal
```