summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-12-01 12:54:42 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-01 12:54:42 +0100
commite3b49010047fbccf0649659dc0161f444a07e7ec (patch)
tree9c0483bab30f80f4beafc66391772a06b40c2c66
parentcadd9f894478b4c5a9c173655e506c5f4794e04a (diff)
Add default configuration for imag-todo show format
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--imagrc.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/imagrc.toml b/imagrc.toml
index 0bd1c291..7c8947ad 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -374,3 +374,16 @@ calendars = "/home/user/calendars"
# The name of the mail reference collection
ref_collection_name = "mail"
+[todo]
+show_format = """
+{{i}} {{uuid}}
+
+Status: {{status}}
+Priority: {{prio}}
+Scheduled: {{sched}}
+Hidden: {{hidden}}
+Due: {{due}}
+
+{{text}}
+"""
+