Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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


Flag: --pending-widget-name
Env: $TODOTXT_TUI_PENDING_WIDGET_NAME
Conf: pending_widget_name

The title label displayed on the pending tasks widget border.

default: "list"


Flag: --done-widget-name
Env: $TODOTXT_TUI_DONE_WIDGET_NAME
Conf: done_widget_name

The title label displayed on the done tasks widget border.

default: "done"


Flag: --project-widget-name
Env: $TODOTXT_TUI_PROJECT_WIDGET_NAME
Conf: project_widget_name

The title label displayed on the projects category widget border.

default: "project"


Flag: --context-widget-name
Env: $TODOTXT_TUI_CONTEXT_WIDGET_NAME
Conf: context_widget_name

The title label displayed on the contexts category widget border.

default: "context"


Flag: --hashtag-widget-name
Env: $TODOTXT_TUI_HASHTAG_WIDGET_NAME
Conf: hashtag_widget_name

The title label displayed on the hashtags category widget border.

default: "hashtag"


Flag: --preview-widget-name
Env: $TODOTXT_TUI_PREVIEW_WIDGET_NAME
Conf: preview_widget_name

The title label displayed on the preview widget border.

default: "preview"


Flag: --pending-live-preview-widget-name
Env: $TODOTXT_TUI_PENDING_LIVE_PREVIEW_WIDGET_NAME
Conf: pending_live_preview_widget_name

The title label displayed on the pending live preview widget border.

default: "pending live preview"


Flag: --done-live-preview-widget-name
Env: $TODOTXT_TUI_DONE_LIVE_PREVIEW_WIDGET_NAME
Conf: done_live_preview_widget_name

The title label displayed on the done live preview widget border.

default: "done live preview"