| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into garbage-collect | Grant Ammons | 2017-03-07 | 1 | -0/+20 |
| |\ | |||||
| | * | Add priority feature | Grant Ammons | 2017-03-03 | 1 | -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 feature | Grant Ammons | 2017-03-03 | 1 | -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 failed | Bunchhieng | 2016-09-15 | 1 | -6/+12 |
| | | |||||
| * | Refactor todolist stuff out of the file store implementation | Grant Ammons | 2016-06-12 | 1 | -0/+73 |
