From 75229ac7f76a7dbd1f9c0455535600ef0ee789a1 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 11 Jun 2026 22:35:30 -0400 Subject: feat: added tui, fixed archive --- soon.conf.example | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 soon.conf.example (limited to 'soon.conf.example') 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 -- cgit v1.2.3