diff options
Diffstat (limited to 'soon.conf.example')
| -rw-r--r-- | soon.conf.example | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/soon.conf.example b/soon.conf.example new file mode 100644 index 0000000..af0d69f --- /dev/null +++ b/soon.conf.example @@ -0,0 +1,21 @@ +[Calendar] +path=/home/user/.config/soon +defaultFile=calendar.soon +past=0 +future=14 +editor=vim +defaultCommand=atd + +[Todo List] +alwaysPrint=true +saveCompletedTodos=false +completedTodoFile=/home/user/.config/soon/done + +[Archive] +path=/home/user/.config/soon/archive +showFutureArchivedEvents=true +showPastArchivedEvents=false +alwaysShowUnarchivedEvents=true +startDate=2026-01-01 +deleteFromCalendarFile=true +autoPurge=true |
