From 94326fe32685f2cd8c5a78236d55285871d0b55e Mon Sep 17 00:00:00 2001 From: Raffaele Mignone Date: Thu, 1 Oct 2020 13:04:16 +0200 Subject: [PATCH] khal: add page (#4386) --- pages/common/khal.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/khal.md diff --git a/pages/common/khal.md b/pages/common/khal.md new file mode 100644 index 0000000000..050b5adcb9 --- /dev/null +++ b/pages/common/khal.md @@ -0,0 +1,24 @@ +# khal + +> A text-based calendar and scheduling application for the command line. +> More information: . + +- 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}}"`