| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Empower the todo_item to set its attributes correctly itself. | Stuart Skelton | 2017-08-04 | 1 | -0/+16 |
| | | |||||
| * | Added a filter for completed date | Stuart Skelton | 2017-08-01 | 1 | -1/+6 |
| | | |||||
| * | fix build error with older go version | Ingo Richter | 2017-04-08 | 1 | -1/+1 |
| | | |||||
| * | Add `CompletedDate` to todo item. | Ingo Richter | 2017-04-08 | 1 | -8/+22 |
| | | | | | | | | | | | | `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 | -8/+9 |
| | | | | | | | | 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`. | ||||
| * | Sort todos by due date by default | Grant Ammons | 2016-05-01 | 1 | -0/+12 |
| | | |||||
| * | Handle parsing dates, and printing them | Grant Ammons | 2016-04-30 | 1 | -10/+7 |
| | | |||||
| * | Get adding a todo working | Grant Ammons | 2016-04-26 | 1 | -8/+8 |
| | | |||||
| * | Organize things a bit better | Grant Ammons | 2016-04-24 | 1 | -0/+22 |
