Tudo is a small foreground todo TUI for keeping notes while you work in Codex
CLI or CC CLI. It stays open until /exit is submitted and stores data locally
in SQLite.
go install github.com/FiyZou/tudo/cmd/tudo@latestFor local development:
go run ./cmd/tudo- Type text and press Enter to add a todo.
- Type
/to open the command palette. up/down: move within the current page.j/k: previous / next page.ctrl+j: toggle the selected todo between open and done.
Commands:
/add <text>
/edit <id> <text>
/delete <id>
/done <id>
/undo <id>
/help
/exit
Tudo stores runtime files in:
~/.tudo/
├── config.json
└── data/
└── tudo.sqlite3
config.json controls page size, path display, command help display, prompt
text, input padding, and colors.
MIT
