Forrest logo
back to context overview

calendar

List of commands for calendar:

  • calendar:tldr:58f19 calendar: Look [B]ack, showing events for the previous 7 days.
    $ calendar -B ${7}
    try on your machine
    explain this command
  • calendar:tldr:a0e7b calendar: Show events for today and tomorrow (or the weekend on Friday) from the default calendar.
    $ calendar
    try on your machine
    explain this command
  • calendar:tldr:da0f8 calendar: Look [A]head, showing events for the next 30 days.
    $ calendar -A ${30}
    try on your machine
    explain this command
  • calendar:tldr:fd9d3 calendar: Show events from a custom calendar [f]ile.
    $ calendar -f ${filename}
    try on your machine
    explain this command
back to context overview