Widget
-T
, --tasks-keybind
$TODOTXT_TUI_TASKS_KEYBIND
tasks_keybind
Defines 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_KEYBIND
category_keybind
Specifies 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_TYPE
border_type
possible values (flag, env): plain
, rounded
, double
, thick
possible values (conf): Plain
, Rounded
, Double
, Thick
default: Rounded