aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/app.go
Commit message (Collapse)AuthorAgeFilesLines
* Global repo file as the defaultQuey-Liang Kao2017-02-041-0/+5
| | | | | | | | | | | This patch implments the new workflow mentioned in #31, in which the program still tries to find a repo file in the working directory first, and it tries the global one in the home directory if no one is found. In this patch, the condition check of the existence of the repo file is done in `todolist/file_store.go` at the very early step before the input routing.
* Merge pull request #29 from medicalwei/patch-1Grant Ammons2017-02-011-1/+1
|\ | | | | Correct message on "todo ac"
| * 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
| | | | 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