Widget
-T, --tasks-keybind$TODOTXT_TUI_TASKS_KEYBINDtasks_keybindDefines the keybindings used for interacting with task items within the application. These bindings allow you to quickly navigate, edit, and perform actions on tasks.
default:
d = "MoveItem"
x = "RemoveItem"
D = "SwapDownItem"
n = "NextSearch"
U = "SwapUpItem"
Enter = "Select"
N = "PrevSearch"
-C, --category-keybind$TODOTXT_TUI_CATEGORY_KEYBINDcategory_keybindSpecifies the keybindings for managing and navigating categories such as projects and contexts. These categories help you organize tasks effectively.
default:
Enter = "Select"
n = "NextSearch"
N = "PrevSearch"
Backspace = "Remove"
-i, --border-type$TODOTXT_TUI_BORDER_TYPEborder_typepossible values (flag, env): plain, rounded, double, thick
possible values (conf): Plain, Rounded, Double, Thick
default: Rounded
--pending-widget-name$TODOTXT_TUI_PENDING_WIDGET_NAMEpending_widget_nameThe title label displayed on the pending tasks widget border.
default: "list"
--done-widget-name$TODOTXT_TUI_DONE_WIDGET_NAMEdone_widget_nameThe title label displayed on the done tasks widget border.
default: "done"
--project-widget-name$TODOTXT_TUI_PROJECT_WIDGET_NAMEproject_widget_nameThe title label displayed on the projects category widget border.
default: "project"
--context-widget-name$TODOTXT_TUI_CONTEXT_WIDGET_NAMEcontext_widget_nameThe title label displayed on the contexts category widget border.
default: "context"
--hashtag-widget-name$TODOTXT_TUI_HASHTAG_WIDGET_NAMEhashtag_widget_nameThe title label displayed on the hashtags category widget border.
default: "hashtag"
--preview-widget-name$TODOTXT_TUI_PREVIEW_WIDGET_NAMEpreview_widget_nameThe title label displayed on the preview widget border.
default: "preview"
--pending-live-preview-widget-name$TODOTXT_TUI_PENDING_LIVE_PREVIEW_WIDGET_NAMEpending_live_preview_widget_nameThe title label displayed on the pending live preview widget border.
default: "pending live preview"
--done-live-preview-widget-name$TODOTXT_TUI_DONE_LIVE_PREVIEW_WIDGET_NAMEdone_live_preview_widget_nameThe title label displayed on the done live preview widget border.
default: "done live preview"