From d5059cc61fd53c6398b860ada6b5cb0e19b0e1c9 Mon Sep 17 00:00:00 2001 From: Joachim Date: Thu, 22 Nov 2018 05:29:12 +0100 Subject: [PATCH] gcal: add page (#2459) --- pages/common/gcal.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/common/gcal.md diff --git a/pages/common/gcal.md b/pages/common/gcal.md new file mode 100644 index 000000000..e0a39e89b --- /dev/null +++ b/pages/common/gcal.md @@ -0,0 +1,23 @@ +# gcal + +> Displays calendar. + +- Display calendar for the current month: + +`gcal` + +- Display calendar for the month of February of the year 2010: + +`gcal {{2}} {{2010}}` + +- Provide calendar sheet with week numbers: + +`gcal --with-week-number` + +- Change starting day of week to 1st day of the week (Monday): + +`gcal --starting-day={{1}}` + +- Display the previous, current and next month surrounding today: + +`gcal .`