diff options
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 |