aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/app.go
Commit message (Expand)AuthorAgeFilesLines
* Fix #64, parsing a todo with europe date formatGrant Ammons2017-06-121-1/+1
* Remove unnecessary parensGrant Ammons2017-05-101-1/+1
* Minor optimizationGrant Ammons2017-05-091-2/+2
* WIP on a unified editGrant Ammons2017-05-091-32/+21
* parse Projects and Contexts when editing subjectMichael Strüder2017-05-091-1/+5
* do not duplicate error messages againMichael Strüder2017-05-091-1/+0
* error out when invalid id givenMichael Strüder2017-05-091-0/+4
* prevent duplicate error messages when updating subjectsMichael Strüder2017-05-091-1/+4
* display an error on malformed inputMichael Strüder2017-05-091-0/+12
* extract subcommand, id, and input string in ParserMichael Strüder2017-05-091-12/+5
* Show the id after creating a todoGrant Ammons2017-03-271-1/+2
* Merge branch 'master' into garbage-collectGrant Ammons2017-03-071-0/+22
|\
| * Add priority featureGrant Ammons2017-03-031-0/+22
* | Add garbage collection featureGrant Ammons2017-03-031-0/+7
|/
* Merge pull request #29 from medicalwei/patch-1Grant Ammons2017-02-011-1/+1
|\
| * more explicit message on "todo ac"Yao Wei2017-01-271-1/+1
| * All archived todos completed -> All completed todos archived.Yao Wei2017-01-261-1/+1
* | Fix a bug and add some testsQuey-Liang Kao2017-01-211-1/+1
* | New Feature: Expanding existing todosQuey-Liang Kao2017-01-211-0/+28
|/
* Refine error handlingQuey-Liang Kao2017-01-211-25/+31
* Merge github.com:gammons/todolistQuey-Liang Kao2017-01-181-1/+1
|\
| * Provide a more helpful messageQuey-Liang Kao2017-01-171-1/+1
* | Implement the ID checking in getID()Quey-Liang Kao2017-01-161-23/+15
|/
* Bugfix: "todo a" no longer adds an empty todoQuey-Liang Kao2017-01-161-0/+4
* Refactored codeBunchhieng2016-09-151-2/+7
* 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
* 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