o
odinpkg.dev
packages / app / JustDooooooIt

JustDooooooIt

312664capp

JustDoooooIt is a super super simple todo app that I had claude generate because I didn't want to use someone elses.

No license · updated 3 months ago

JustDooooooIt

A super simple todo app, rewritten in Odin.

Requirements

Build

./build.sh

This compiles and installs jdi to ~/.local/bin/jdi.

Usage

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.