| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 7 days | feat: add an "undo" command | demo | |
| This puts a task back in the TODO state. Some refactoring here lets us reuse the same code for handling both cmdDo and cmdUndo. | |||
| 7 days | feat: finalize acceptable iteration of "UI" | demo | |
| 7 days | wip: dump raw taskType struct when listing tasks | demo | |
| 7 days | fix: convert byte-formatted numbers into ordinary uint64 | demo | |
| 7 days | wip: implement business logic (rough draft) | demo | |
| There are a ton of visual warts, but the actual logic seems sound so far. | |||
| 7 days | refactor: funnel business logic into bespoke functions | demo | |
| 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. | |||
