System Grab Bag

View all TLDR pages from common (or from all pages)

khal

A text-based calendar and scheduling application for the command-line. More information: https://lostpackets.de/khal.
  • Start Khal on interactive mode:
    ikhal
  • Print all events scheduled in personal calendar for the next seven days:
    khal list -a {{personal}} {{today}} {{7d}}
  • Print all events scheduled not in personal calendar for tomorrow at 10:00:
    khal at -d {{personal}} {{tomorrow}} {{10:00}}
  • Print a calendar with a list of events for the next three months:
    khal calendar
  • Add new event to personal calendar:
    khal new -a {{personal}} {{2020-09-08}} {{18:00}} {{18:30}} "{{Dentist appointment}}"

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.