aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/todo_list_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into garbage-collectGrant Ammons2017-03-071-0/+20
|\
| * Add priority featureGrant Ammons2017-03-031-0/+20
| | | | | | | | | | | | | | Now, todos have a priority flag. When listed, these todos will be bolded and italic. You can list todos by priority by running `todolist l p`.
* | Add garbage collection featureGrant Ammons2017-03-031-0/+51
|/ | | | | * Add `todo gc`, which will delete all archived todos. * `NextId` will now take the first available id, rather than just the MaxId + 1.
* Fixed build failedBunchhieng2016-09-151-6/+12
|
* Refactor todolist stuff out of the file store implementationGrant Ammons2016-06-121-0/+73