| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typo error | W1m3R | 2017-11-10 | 1 | -1/+1 |
| | | |||||
| * | Put the return after the os.Exit | Grant Ammons | 2017-06-12 | 1 | -0/+2 |
| | | |||||
| * | Fix #64, parsing a todo with europe date format | Grant Ammons | 2017-06-12 | 1 | -1/+0 |
| | | | | | | * the `hasDue` function was not running, and therefore it was not parsing the due date. * Also added the beginnings of a more holistic test approach, using `app_test.go`. | ||||
| * | Remove return statements to silence linter warning | Grant Ammons | 2017-06-12 | 1 | -2/+0 |
| | | |||||
| * | Re-order functions in file_store | Grant Ammons | 2017-06-12 | 1 | -26/+27 |
| | | |||||
| * | Global repo as the back-up plan | Quey-Liang Kao | 2017-03-08 | 1 | -1/+23 |
| | | | | | | | | This patch implements the logic discussed at #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. | ||||
| * | Revert "Global repo file as the default" | Grant Ammons | 2017-03-07 | 1 | -20/+5 |
| | | |||||
| * | Refine previous commit | Quey-Liang Kao | 2017-02-19 | 1 | -1/+4 |
| | | |||||
| * | Global repo file as the default | Quey-Liang Kao | 2017-02-04 | 1 | -5/+17 |
| | | | | | | | | | | | | 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. | ||||
| * | Refactored code | Bunchhieng | 2016-09-15 | 1 | -2/+4 |
| | | |||||
| * | Refactor todolist stuff out of the file store implementation | Grant Ammons | 2016-06-12 | 1 | -105/+9 |
| | | |||||
| * | Ensure we don't destroy an existing .todos.json | Grant Ammons | 2016-05-08 | 1 | -0/+5 |
| | | |||||
| * | Look for .todos.json in the directory we are in | Grant Ammons | 2016-05-08 | 1 | -7/+18 |
| | | | | | This allows for project-specific todos. | ||||
| * | Handle case where todos.json cant be loaded | Grant Ammons | 2016-05-05 | 1 | -2/+10 |
| | | |||||
| * | Make everything a pointer, add archive completed fn | Grant Ammons | 2016-05-03 | 1 | -9/+9 |
| | | |||||
| * | Add archive/unarchive | Grant Ammons | 2016-05-02 | 1 | -0/+14 |
| | | |||||
| * | Uncomplete todo | Grant Ammons | 2016-05-02 | 1 | -0/+7 |
| | | |||||
| * | Get completing todos to work correctly | Grant Ammons | 2016-05-02 | 1 | -0/+7 |
| | | |||||
| * | Sort todos by due date by default | Grant Ammons | 2016-05-01 | 1 | -0/+12 |
| | | |||||
| * | Implement delete logic | Grant Ammons | 2016-05-01 | 1 | -0/+29 |
| | | |||||
| * | Get adding a todo working | Grant Ammons | 2016-04-26 | 1 | -0/+22 |
| | | |||||
| * | Bring in the app and router | Grant Ammons | 2016-04-24 | 1 | -0/+3 |
| | | |||||
| * | Organize things a bit better | Grant Ammons | 2016-04-24 | 1 | -0/+34 |
