2020-10-16 21:27:07 -04:00
|
|
|
# calendar
|
|
|
|
|
|
|
|
> Display upcoming events from a calendar file.
|
2024-09-25 02:22:55 +07:00
|
|
|
> More information: <https://manned.org/calendar>.
|
2020-10-16 21:27:07 -04:00
|
|
|
|
|
|
|
- Show events for today and tomorrow (or the weekend on Friday) from the default calendar:
|
|
|
|
|
|
|
|
`calendar`
|
|
|
|
|
2020-10-16 21:27:07 -04:00
|
|
|
- Look [A]head, showing events for the next 30 days:
|
2020-10-16 21:27:07 -04:00
|
|
|
|
2020-10-16 21:27:07 -04:00
|
|
|
`calendar -A {{30}}`
|
2020-10-16 21:27:07 -04:00
|
|
|
|
|
|
|
- Look [B]ack, showing events for the previous 7 days:
|
|
|
|
|
2020-10-16 21:27:07 -04:00
|
|
|
`calendar -B {{7}}`
|
2020-10-16 21:27:07 -04:00
|
|
|
|
2020-10-16 21:27:07 -04:00
|
|
|
- Show events from a custom calendar [f]ile:
|
2020-10-16 21:27:07 -04:00
|
|
|
|
2020-10-16 21:27:07 -04:00
|
|
|
`calendar -f {{path/to/file}}`
|