From ce20da41e7df7e0286161e963ea64517c4cf8c72 Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 21 Dec 2019 21:48:26 -0700 Subject: add calendar commands to readme --- Readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 0685c1f..5ccc603 100644 --- a/Readme.md +++ b/Readme.md @@ -163,6 +163,22 @@ a `MESSAGE` is an optional string describing the event that will be displayed when printing. if present, it must begin with a `,` and lasts until the end of the line +each `CMD` changes settings which are applied to any following events. + +`.local` defaults to `true`, and dictates whether entries should be interpreted +as local time, or else as UTC (which could be useful for e.g. people who change +timezones often) + +`.urgent` defaults to `false`, and dictates whether entries should be displayed +as "[ URGENT ]" in interactive output and have the urgent flag set in scripting +output + +`.warn` defaults to `1d`, and is the warning period before an event actually +occurs during which it should be considered active + +`.stay` defaults to `1d`, and is the amount of time an event should still be +considered active after its occurrence + note -- cgit v1.2.3