Tick is a terminal-based TODO application inspired by todo-rs.
While maintaining the original's core functionality, Tick eliminates the ncurses
dependency and uses a manual rendering approach instead of the immediate tui layout.
This simplifies code and makes UI easier to maintain
It uses the exact same TODO file structure as todo-rs, so existing files work seamlessly. Tick also introduces a few added functionalities and improvements in usability.
- Quit without saving
- Line splitting so items don't overlap
- Output file defaults to
$HOME/TODOif no file argument is provided
- r was changed to e for "edit"
- As of now there is no notification bar
- Manual rendering for simpler maintainable UI
- No ctrlc handling
cargo run TODOor
cargo run