Widget

Flag: -T, --tasks-keybind
Env: $TODOTXT_TUI_TASKS_KEYBIND
Conf: 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"

Flag: -C, --category-keybind
Env: $TODOTXT_TUI_CATEGORY_KEYBIND
Conf: 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"

Flag: -i, --border-type
Env: $TODOTXT_TUI_BORDER_TYPE
Conf: border_type
Defines the style of borders used in the application's user interface. Options include:

possible values (flag, env): plain, rounded, double, thick possible values (conf): Plain, Rounded, Double, Thick default: Rounded