aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/todo_list.go
Commit message (Collapse)AuthorAgeFilesLines
* Add garbage collection featureGrant Ammons2017-03-031-2/+32
| | | | | * Add `todo gc`, which will delete all archived todos. * `NextId` will now take the first available id, rather than just the MaxId + 1.
* Refactor todolist stuff out of the file store implementationGrant Ammons2016-06-121-0/+98