About
A terminal UI todo manager built with Ratatui. Add, remove, and toggle tasks with keyboard shortcuts. Supports priorities, tags, notes, and filtering by status.
Key bindings
| Key | Action |
|---|---|
a | Add todo |
d | Delete selected |
Space | Toggle completion |
p | Cycle priority |
t | Add/edit tags |
n | Add/edit note |
Tab | Cycle filters |
j/k | Navigate |
q | Quit |
