aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/app.go
Commit message (Collapse)AuthorAgeFilesLines
* Promote save/load to be publicGrant Ammons2016-06-121-21/+22
|
* Refactor todolist stuff out of the file store implementationGrant Ammons2016-06-121-20/+36
|
* Look for .todos.json in the directory we are inGrant Ammons2016-05-081-1/+5
| | | | This allows for project-specific todos.
* Add edit command for due datesGrant Ammons2016-05-041-0/+14
|
* Add output msg when archiving all completedGrant Ammons2016-05-031-0/+1
|
* Make everything a pointer, add archive completed fnGrant Ammons2016-05-031-1/+10
|
* Get filtering by projects, contexts workingGrant Ammons2016-05-021-1/+1
|
* Create filter, by archived or unarchivedGrant Ammons2016-05-021-6/+6
|
* Add archive/unarchiveGrant Ammons2016-05-021-0/+22
|
* Uncomplete todoGrant Ammons2016-05-021-0/+11
|
* Get completing todos to work correctlyGrant Ammons2016-05-021-0/+11
|
* Sort todos by due date by defaultGrant Ammons2016-05-011-8/+8
|
* Implement delete logicGrant Ammons2016-05-011-0/+23
|
* Rename method to describe it betterGrant Ammons2016-04-261-1/+1
|
* Get adding a todo workingGrant Ammons2016-04-261-2/+14
|
* Get grouping working correctlyGrant Ammons2016-04-251-1/+23
|
* Bring in the app and routerGrant Ammons2016-04-241-0/+16