tldr/pages/common/gcal.md

25 lines
466 B
Markdown
Raw Normal View History

2018-11-22 04:29:12 +00:00
# gcal
> Displays calendar.
2019-06-07 11:58:19 +01:00
> More information: <https://www.gnu.org/software/gcal>.
2018-11-22 04:29:12 +00:00
- 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 .`