Skip to content

Text-mode User Interface (TUI)

While git-todo is primarily a command-line tool, it also provides a Text-mode User Interface (TUI) for users who prefer a more interactive experience. The TUI allows you to navigate through your TODO items and manage them in a user-friendly manner.

To open the TUI, simply run:

$ git todo

This will launch the TUI, where you can view, add, edit, and delete TODO items using keyboard shortcuts:

Shortcut Action
Up or K Move selection up
Down or J Move selection down
N Open new TODO item creation dialog
Space or T Toggle completion status
D Open TODO item deletion dialog
E or Enter Open TODO item editing dialog
X Open TODO items clear dialog
Q or Esc or Ctrl+C Quit the TUI