List

Flag: -s, --list-shift
Env: $TODOTXT_TUI_LIST_SHIFT
Conf: list_shift
Determines the number of lines displayed above and below the currently active item in a list when scrolling. This helps maintain context around the active task during navigation.

default: 4


Flag: -L, --list-keybind
Env: $TODOTXT_TUI_LIST_KEYBIND
Conf: list_keybind

Configures the keybindings for interacting with task lists. These bindings enable efficient scrolling, selection, and manipulation of list items.

default:

G = "ListLast"
h = "CleanSearch"
k = "ListUp"
g = "ListFirst"
j = "ListDown"

Flag: --pending-format
Env: $TODOTXT_TUI_PENDING_FORMAT
Conf: pending_format

The format string used to render pending tasks in the list. Format is same as for preview.

default: [$subject](! priority)


Flag: --done-format
Env: $TODOTXT_TUI_DONE_FORMAT
Conf: done_format

The format string used to render completed tasks in the list. Format is same as for preview.

default: [$subject](! priority)