diff options
| author | historia <[not public]> | 2026-06-11 22:35:30 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-11 22:35:30 -0400 |
| commit | 75229ac7f76a7dbd1f9c0455535600ef0ee789a1 (patch) | |
| tree | 39619d95004b5aea115267bf5ad8a6f6013f30a9 /soon.conf.example | |
| parent | cb35bd463a53383c06e60be4d843bdf1e7d9d68b (diff) | |
| download | soon-75229ac7f76a7dbd1f9c0455535600ef0ee789a1.tar.gz | |
feat: added tui, fixed archive
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 |
