mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 18:55:34 +02:00
gcal: add page (#2459)
This commit is contained in:
parent
ceff1fda4c
commit
d5059cc61f
1 changed files with 23 additions and 0 deletions
23
pages/common/gcal.md
Normal file
23
pages/common/gcal.md
Normal file
|
@ -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 .`
|
Loading…
Add table
Reference in a new issue