| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `CompletedDate` to todo item. | Ingo Richter | 2017-04-08 | 1 | -1/+1 |
| | | | | | | | | | | | | `CompletedDate` will save a timestamp in ISO8601 format (Internet date/ time format to preserve timezone information) Added a new `Complete` and `Uncomplete` method for todo_item. Currently a todo has a boolean flag and the timestamp to indicate that the item is completed. The boolean flag could be kept for backward compatibility (reading the json into memory), but should be omitted for files being written. | ||||
| * | Add priority feature | Grant Ammons | 2017-03-03 | 1 | -1/+1 |
| | | | | | | | | 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`. | ||||
| * | Uncomplete todo | Grant Ammons | 2016-05-02 | 1 | -1/+1 |
| | | |||||
| * | Get completing todos to work correctly | Grant Ammons | 2016-05-02 | 1 | -1/+1 |
| | | |||||
| * | Get adding a todo working | Grant Ammons | 2016-04-26 | 1 | -1/+1 |
| | | |||||
| * | Get grouping working correctly | Grant Ammons | 2016-04-25 | 1 | -1/+1 |
| | | |||||
| * | Organize things a bit better | Grant Ammons | 2016-04-24 | 1 | -0/+1 |
