Forrest logo
back to context overview

khal

List of commands for khal:

  • khal:tldr:32a09 khal: Start khal on interactive mode.
    $ ikhal
    try on your machine
    explain this command
  • khal:tldr:4a561 khal: Add new event to personal calendar.
    $ khal new -a ${personal} ${2020-09-08} ${18:00} ${18:30} "${Dentist appointment}"
    try on your machine
    explain this command
  • khal:tldr:8111d khal: Print all events scheduled in personal calendar for the next seven days.
    $ khal list -a ${personal} ${today} ${7d}
    try on your machine
    explain this command
  • khal:tldr:ac911 khal: Print all events scheduled not in personal calendar for tomorrow at 10:00.
    $ khal at -d ${personal} ${tomorrow} ${10:00}
    try on your machine
    explain this command
  • khal:tldr:ca0f9 khal: Print a calendar with a list of events for the next three months.
    $ khal calendar
    try on your machine
    explain this command
back to context overview