summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-29feat: use simple index variable to print 1., 2., etc.masterdemo
2026-05-29feat: add 'rm INDEX' commanddemo
2026-05-29feat: add an "undo" commanddemo
This puts a task back in the TODO state. Some refactoring here lets us reuse the same code for handling both cmdDo and cmdUndo.
2026-05-29feat: finalize acceptable iteration of "UI"demo
2026-05-29wip: dump raw taskType struct when listing tasksdemo
2026-05-29fix: convert byte-formatted numbers into ordinary uint64demo
2026-05-29wip: implement business logic (rough draft)demo
There are a ton of visual warts, but the actual logic seems sound so far.
2026-05-29chore: ignore db filesdemo
2026-05-29chore: go get bboltdemo
2026-05-29style: remove rogue empty linedemo
2026-05-29refactor: funnel business logic into bespoke functionsdemo
This way: 1. We don't have to stuff all our business logic where urfave is set up. 2. Our functions aren't forced to use the signature required by the Action field.
2026-05-28feat: handle invalid arguments to 'do'demo
2026-05-28feat: implement stub of task CLI appdemo
Now it's for real, no more preliminary examples.
2026-05-28feat: implement simple flag-usage (--flag) exampledemo
2026-05-28feat: replicate simple example from urfave docsdemo
2026-05-28refactor: set up empty cmd with 'new'demo
2026-05-28feat: add minimal stub boilerplate codedemo
2026-05-28chore: go get urfavedemo
2026-05-28chore: initialize projectdemo
2026-05-28chore: mark project rootdemo