File worker
--todo-path$TODOTXT_TUI_TODO_PATHtodo_path- Directory — iCalendar format (vdirsyncer-style, one
.icsfile per task). - File ending in
.icsor.ical— iCalendar format. - Any other file — todo.txt format.
See File Formats for a detailed description of each format and its limitations.
default: $HOME/todo.txt
--archive-path$TODOTXT_TUI_ARCHIVE_PATHarchive_pathNote: This option is only used by the todo.txt format. It is ignored when
todo_pathpoints to a directory or an.ics/.icalfile.
-d, --autosave-duration$TODOTXT_TUI_AUTOSAVE_DURATIONautosave_durationdefault: 900
-f, --file-watcher$TODOTXT_TUI_INIT_WIDGETfile_watcherdefault: true
-i, --save-policy$TODOTXT_TUI_SAVE_POLICYsave_policyManualOnly: Requires explicit user action to save changes.AutoSave: Automatically saves changes at intervals defined by `autosave_duration.OnChange: Saves changes immediately whenever modifications occur.
default: OnChange