1GIT-CAL(1) User Contributed Perl Documentation GIT-CAL(1)
2
3
4
6 git-cal - A simple tool to view commits calendar (similar to github
7 contributions calendar) on command line
8
10 "git-cal" is a tool to visualize the git commit history in github's
11 contribution calendar style. The calendar shows how frequently the
12 commits are made over the past year or some choosen period Activity can
13 be displayed using ascii, ansi or unicode characters, default is
14 choosen based on ENV
15
16 git-cal
17
18 git-cal --period=<1..12 , -1..-11>
19
20 git-cal --author=<author> -- <filepath>
21
22 git-cal --ascii
23
24 git-cal --ansi
25
26 git-cal --unicode
27
28 OPTIONS
29 --ansi
30 Display activity using ANSI colors
31
32 --ascii
33 Display activity using ASCII characters instead of ANSI colors.
34
35 --author=<author>
36 View commits of a particular author.
37
38 --period|p=<n>
39 Do not show the entire year:
40
41 --unicode
42 Display activity using unicode characters
43
44 n = 1 to 12
45 Shows only one month (1=Jan .. 12=Dec)
46
47 n = -1 to -11
48 Shows the last n months (and the current month)
49
50 --help|?
51 Print this message.
52
53 ADDITIONAL OPTIONS
54 -- filename to view the logs of a particular file or directory
55
57 Karthik katooru <karthikkatooru@gmail.com>
58
60 This program is free software; you can redistribute it and/or modify it
61 under the MIT License
62
64 Hey! The above document had some coding errors, which are explained
65 below:
66
67 Around line 451:
68 You forgot a '=back' before '=head2'
69
70
71
72perl v5.32.1 2021-01-26 GIT-CAL(1)