From e3b49010047fbccf0649659dc0161f444a07e7ec Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 1 Dec 2019 12:54:42 +0100 Subject: Add default configuration for imag-todo show format Signed-off-by: Matthias Beyer --- imagrc.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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}} +""" + -- cgit v1.2.3