A super simple todo app, rewritten in Odin.
- Odin compiler
./build.shThis compiles and installs jdi to ~/.local/bin/jdi.
jdi List all todos (default)
jdi add <text> Add a new todo (shorthand: a)
jdi sub <id> <text> Add a subtask (shorthand: s)
jdi done <id> Complete and archive todo (shorthand: d)
jdi delete <id> Delete todo without archiving (shorthand: del)
jdi list List all todos (shorthand: l)
jdi stats Show completion statistics (shorthand: st)
jdi help Show this help message (shorthand: h)
Data is stored in ~/.todo_cli.json.