| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
