| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Global repo file as the default | Quey-Liang Kao | 2017-02-04 | 1 | -0/+4 |
| | | | | | | | | | | | | 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. | ||||
| * | New Feature: Expanding existing todos | Quey-Liang Kao | 2017-01-21 | 1 | -0/+6 |
| | | |||||
| * | Fix delete subcommand to match website | Huu Nguyen | 2017-01-17 | 1 | -1/+1 |
| | | |||||
| * | Refactored code | Bunchhieng | 2016-09-15 | 1 | -4/+8 |
| | | |||||
| * | Bump version0.3.1 | Grant Ammons | 2016-09-07 | 1 | -2/+2 |
| | | |||||
| * | Open browser when starting the web app | Bunchhieng | 2016-09-06 | 1 | -0/+2 |
| | | |||||
| * | Bump version to 0.3.0 | Grant Ammons | 2016-08-27 | 1 | -1/+1 |
| | | |||||
| * | Add webapp | Grant Ammons | 2016-06-20 | 1 | -1/+1 |
| | | |||||
| * | Add the webapp | Grant Ammons | 2016-06-12 | 1 | -0/+4 |
| | | |||||
| * | Use uppercase VERSION | Grant Ammons | 2016-05-15 | 1 | -2/+2 |
| | | |||||
| * | Add author | Grant Ammons | 2016-05-14 | 1 | -0/+2 |
| | | |||||
| * | Make agenda its own command | Grant Ammons | 2016-05-12 | 1 | -3/+3 |
| | | |||||
| * | Look for .todos.json in the directory we are in | Grant Ammons | 2016-05-08 | 1 | -0/+2 |
| | | | | | This allows for project-specific todos. | ||||
| * | Allow editing due dates and setting it to none | Grant Ammons | 2016-05-04 | 1 | -1/+3 |
| | | |||||
| * | Add edit command for due dates | Grant Ammons | 2016-05-04 | 1 | -9/+15 |
| | | |||||
| * | Make everything a pointer, add archive completed fn | Grant Ammons | 2016-05-03 | 1 | -0/+2 |
| | | |||||
| * | Add agenda function | Grant Ammons | 2016-05-03 | 1 | -1/+3 |
| | | |||||
| * | Add a usage doc | Grant Ammons | 2016-05-03 | 1 | -1/+73 |
| | | |||||
| * | Add archive/unarchive | Grant Ammons | 2016-05-02 | 1 | -0/+4 |
| | | |||||
| * | Uncomplete todo | Grant Ammons | 2016-05-02 | 1 | -0/+2 |
| | | |||||
| * | Get completing todos to work correctly | Grant Ammons | 2016-05-02 | 1 | -0/+2 |
| | | |||||
| * | Implement delete logic | Grant Ammons | 2016-05-01 | 1 | -0/+2 |
| | | |||||
| * | Get adding a todo working | Grant Ammons | 2016-04-26 | 1 | -0/+2 |
| | | |||||
| * | Get grouping working correctly | Grant Ammons | 2016-04-25 | 1 | -4/+3 |
| | | |||||
| * | Bring in the app and router | Grant Ammons | 2016-04-24 | 1 | -21/+15 |
| | | |||||
| * | Tabwriter is the way to go | Grant Ammons | 2016-04-24 | 1 | -4/+29 |
| | | |||||
| * | Organize things a bit better | Grant Ammons | 2016-04-24 | 1 | -19/+9 |
| | | |||||
| * | Modify Todo structure to use correct types | Grant Ammons | 2016-04-24 | 1 | -7/+8 |
| | | |||||
| * | Beginning on working on due date stuff | Grant Ammons | 2016-04-24 | 1 | -1/+3 |
| | | |||||
| * | Initial commit | Grant Ammons | 2016-04-23 | 1 | -0/+19 |
