Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 972 Bytes

File metadata and controls

59 lines (42 loc) · 972 Bytes

Tudo

Generated by Codex CLI GPT-5.5.

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.

Tudo screenshot

Install

go install github.com/FiyZou/tudo/cmd/tudo@latest

For local development:

go run ./cmd/tudo

Usage

  • 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

Files

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.

License

MIT