aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/todo_item.go
Commit message (Collapse)AuthorAgeFilesLines
* Add priority featureGrant Ammons2017-03-031-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 defaultGrant Ammons2016-05-011-0/+12
|
* Handle parsing dates, and printing themGrant Ammons2016-04-301-10/+7
|
* Get adding a todo workingGrant Ammons2016-04-261-8/+8
|
* Organize things a bit betterGrant Ammons2016-04-241-0/+22