diff options
author | katherine <ageha@airen-no-jikken.icu> | 2019-12-21 21:48:26 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2019-12-21 21:48:26 -0700 |
commit | ce20da41e7df7e0286161e963ea64517c4cf8c72 (patch) | |
tree | 3464c97ba4e64fc2fd9288172700ae0d05e338c5 | |
parent | bff5f8c2d11e747644779ac09c728dc7dad0cb40 (diff) | |
download | every-ce20da41e7df7e0286161e963ea64517c4cf8c72.tar.gz |
add calendar commands to readme
-rw-r--r-- | Readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |