Is a ToDo in a TUI.
trying to make it with Charm's Bubbletea
Pressing
?
on ToDo list, shows Full Help for Actions' key bindings.
On Task Board
-
Arrow Keys for moving selection; OR
h/j/k/l
for Left/Up/Down/Right -
+
orn
: Add new task to ToDo list -
-
or[DELETE]
: Delete selected Task -
u
or[INSERT]
: Update selected Task's Title or Description -
r
orTAB
: Display Task Details; as longer text gets hidden in list -
right/left arrow key
: Move across Lists -
[
orw
: Move selected Task UP in the same list -
<
ora
: Move selected Task to Previous List -
]
ors
: Move selected Task DOWN in the same list -
>
ord
: Move selected Task to Next List -
[PageUp]
: Prevous Page on Paginated List -
[PageDown]
: Next Page on Paginated List -
Ctrl + t
to show Blocked List instead of Done -
Ctrl + y
to show Abandon List instead of Done -
Ctrl + r
to show Archive List instead of Done -
Ctrl + e
to show Done List as last List
On Task/Item Form
-
[ENTER]
: When inTitle
input field, moves toDescription
field. When inDescription
field, adds/updates to Task Board. -
Ctrl + k
: Skips adding new Task
Loads/Saves state from/to
tuido.yaml
by default. Can pick custom filepath with-file <yaml-filepath>
flag.
- License: GPLv3