| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #64, parsing a todo with europe date format | Grant Ammons | 2017-06-12 | 1 | -1/+1 |
| | | | | | | * 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 unnecessary parens | Grant Ammons | 2017-05-10 | 1 | -1/+1 |
| | | |||||
| * | Minor optimization | Grant Ammons | 2017-05-09 | 1 | -2/+2 |
| | | |||||
| * | WIP on a unified edit | Grant Ammons | 2017-05-09 | 1 | -32/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | This allows a unified edit functionality that supports the following: **`t e 25 due tom`** * Edits the due date * Leaves subject, projects and contexts unchanged **`t e 25 take out the trash with @bob` * Updates the subject, projects and contexts * Leaves the due date unchanged **`t e 25 take out the trash with @bob due tom` * Updates the subject, projects and contexts * Updates the due date **What's missing** * Tests that exercise this functionality | ||||
| * | parse Projects and Contexts when editing subject | Michael Strüder | 2017-05-09 | 1 | -1/+5 |
| | | |||||
| * | do not duplicate error messages again | Michael Strüder | 2017-05-09 | 1 | -1/+0 |
| | | |||||
| * | error out when invalid id given | Michael Strüder | 2017-05-09 | 1 | -0/+4 |
| | | |||||
| * | prevent duplicate error messages when updating subjects | Michael Strüder | 2017-05-09 | 1 | -1/+4 |
| | | |||||
| * | display an error on malformed input | Michael Strüder | 2017-05-09 | 1 | -0/+12 |
| | | |||||
| * | extract subcommand, id, and input string in Parser | Michael Strüder | 2017-05-09 | 1 | -12/+5 |
| | | |||||
| * | Show the id after creating a todo | Grant Ammons | 2017-03-27 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'master' into garbage-collect | Grant Ammons | 2017-03-07 | 1 | -0/+22 |
| |\ | |||||
| | * | Add priority feature | Grant Ammons | 2017-03-03 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | 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`. | ||||
| * | | Add garbage collection feature | Grant Ammons | 2017-03-03 | 1 | -0/+7 |
| |/ | | | | | * Add `todo gc`, which will delete all archived todos. * `NextId` will now take the first available id, rather than just the MaxId + 1. | ||||
| * | Merge pull request #29 from medicalwei/patch-1 | Grant Ammons | 2017-02-01 | 1 | -1/+1 |
| |\ | | | | | Correct message on "todo ac" | ||||
| | * | more explicit message on "todo ac" | Yao Wei | 2017-01-27 | 1 | -1/+1 |
| | | | |||||
| | * | All archived todos completed -> All completed todos archived. | Yao Wei | 2017-01-26 | 1 | -1/+1 |
| | | | |||||
| * | | Fix a bug and add some tests | Quey-Liang Kao | 2017-01-21 | 1 | -1/+1 |
| | | | |||||
| * | | New Feature: Expanding existing todos | Quey-Liang Kao | 2017-01-21 | 1 | -0/+28 |
| |/ | |||||
| * | Refine error handling | Quey-Liang Kao | 2017-01-21 | 1 | -25/+31 |
| | | |||||
| * | Merge github.com:gammons/todolist | Quey-Liang Kao | 2017-01-18 | 1 | -1/+1 |
| |\ | |||||
| | * | Provide a more helpful message | Quey-Liang Kao | 2017-01-17 | 1 | -1/+1 |
| | | | |||||
| * | | Implement the ID checking in getID() | Quey-Liang Kao | 2017-01-16 | 1 | -23/+15 |
| |/ | |||||
| * | Bugfix: "todo a" no longer adds an empty todo | Quey-Liang Kao | 2017-01-16 | 1 | -0/+4 |
| | | |||||
| * | Refactored code | Bunchhieng | 2016-09-15 | 1 | -2/+7 |
| | | |||||
| * | Promote save/load to be public | Grant Ammons | 2016-06-12 | 1 | -21/+22 |
| | | |||||
| * | Refactor todolist stuff out of the file store implementation | Grant Ammons | 2016-06-12 | 1 | -20/+36 |
| | | |||||
| * | Look for .todos.json in the directory we are in | Grant Ammons | 2016-05-08 | 1 | -1/+5 |
| | | | | | This allows for project-specific todos. | ||||
| * | Add edit command for due dates | Grant Ammons | 2016-05-04 | 1 | -0/+14 |
| | | |||||
| * | Add output msg when archiving all completed | Grant Ammons | 2016-05-03 | 1 | -0/+1 |
| | | |||||
| * | Make everything a pointer, add archive completed fn | Grant Ammons | 2016-05-03 | 1 | -1/+10 |
| | | |||||
| * | Get filtering by projects, contexts working | Grant Ammons | 2016-05-02 | 1 | -1/+1 |
| | | |||||
| * | Create filter, by archived or unarchived | Grant Ammons | 2016-05-02 | 1 | -6/+6 |
| | | |||||
| * | Add archive/unarchive | Grant Ammons | 2016-05-02 | 1 | -0/+22 |
| | | |||||
| * | Uncomplete todo | Grant Ammons | 2016-05-02 | 1 | -0/+11 |
| | | |||||
| * | Get completing todos to work correctly | Grant Ammons | 2016-05-02 | 1 | -0/+11 |
| | | |||||
| * | Sort todos by due date by default | Grant Ammons | 2016-05-01 | 1 | -8/+8 |
| | | |||||
| * | Implement delete logic | Grant Ammons | 2016-05-01 | 1 | -0/+23 |
| | | |||||
| * | Rename method to describe it better | Grant Ammons | 2016-04-26 | 1 | -1/+1 |
| | | |||||
| * | Get adding a todo working | Grant Ammons | 2016-04-26 | 1 | -2/+14 |
| | | |||||
| * | Get grouping working correctly | Grant Ammons | 2016-04-25 | 1 | -1/+23 |
| | | |||||
| * | Bring in the app and router | Grant Ammons | 2016-04-24 | 1 | -0/+16 |
