Skip to content

FiyZou/tudo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages