aboutsummaryrefslogtreecommitdiffstats
path: root/doc/flag.txt
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2013-07-09 00:31:30 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2013-07-09 00:34:21 +0200
commit906c2fa02731af0a02338b57096947f5b993759d (patch)
treee932888c24faf56df515051dcfad4ac8d5692cc4 /doc/flag.txt
parenta3d43ead87a742e6c1ffa24c9528608cc68c7e52 (diff)
downloadcalcurse-906c2fa02731af0a02338b57096947f5b993759d.tar.gz
calcurse-906c2fa02731af0a02338b57096947f5b993759d.zip
Export online help as text files
Move the texts of each online help screen to a separate text file. The set of files is supposed to replace the online help screens later. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc/flag.txt')
-rw-r--r--doc/flag.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/flag.txt b/doc/flag.txt
new file mode 100644
index 0000000..7941167
--- /dev/null
+++ b/doc/flag.txt
@@ -0,0 +1,15 @@
+Flag Item
+=========
+
+Toggle an appointment's 'important' flag or a todo's 'completed' flag.
+If a todo is flagged as completed, its priority number will be replaced
+by an 'X' sign. Completed tasks will no longer appear in exported data
+or when using the '-t' command line flag (unless specifying '0' as the
+priority number, in which case only completed tasks will be shown).
+
+If an appointment is flagged as important, an exclamation mark appears
+in front of it, and you will be warned if time gets closed to the
+appointment start time.
+To customize the way one gets notified, the configuration submenu lets
+you choose the command launched to warn user of an upcoming appointment,
+and how long before it he gets notified. \ No newline at end of file