Skip to content

pyari-tech/tuido

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tuido

Is a ToDo in a TUI.

trying to make it with Charm's Bubbletea

Demo Gif

HowTo Use

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

  • + or n: Add new task to ToDo list

  • - or [DELETE]: Delete selected Task

  • u or [INSERT]: Update selected Task's Title or Description

  • r or TAB: Display Task Details; as longer text gets hidden in list

  • right/left arrow key: Move across Lists

  • [ or w: Move selected Task UP in the same list

  • < or a: Move selected Task to Previous List

  • ] or s: Move selected Task DOWN in the same list

  • > or d: 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 in Title input field, moves to Description field. When in Description 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.



Releases

No releases published

Packages

No packages published

Languages