diff options
| author | Robert Günzler <r@gnzler.io> | 2023-01-19 18:53:41 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-03-21 12:35:42 +0100 |
| commit | 20eeff217f410a274e1893eb3ea717e7402b4620 (patch) | |
| tree | e9bcec653fa67d64bf5bb0a194fc0f61b37959a5 /.config/todoman | |
| parent | 582505acf1580b1fe1c73d1167bb7588b3eeaab2 (diff) | |
add pimutils configs
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/todoman')
| -rw-r--r-- | .config/todoman/config.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/todoman/config.py b/.config/todoman/config.py new file mode 100644 index 0000000..3a982f8 --- /dev/null +++ b/.config/todoman/config.py @@ -0,0 +1,6 @@ +# A glob expression which matches all directories relevant. +path = "~/calendars/tasks/" +date_format = "%Y-%m-%d" +time_format = "%H:%M" +default_list = "tasks" +default_due = 48 |