| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Update README | Grant Ammons | 2016-05-08 | 1 | -3/+7 | |
| |/ | ||||||
| * | Start a README | Grant Ammons | 2016-05-08 | 1 | -0/+62 | |
| | | ||||||
| * | 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 | 3 | -8/+25 | |
| | | | | | This allows for project-specific todos. | |||||
| * | Parse out arbitrary dates | Grant Ammons | 2016-05-06 | 2 | -20/+68 | |
| | | | | | | | | | | | | | | | This will parse out dates in the format of "mon dd", the month being a 3 letter month, and the date being just the day. due mar 10 due sep 25 due oct 2 it will also "intelligently" guess the year, based upon which is the shorter duration from time.Now(). for instance, if today's date is dec 25 and you schedule an event for jan 2, it will schedule it for the following year. | |||||
| * | Strip out a or add | Grant Ammons | 2016-05-05 | 1 | -0/+2 | |
| | | ||||||
| * | Handle case where todos.json cant be loaded | Grant Ammons | 2016-05-05 | 2 | -2/+11 | |
| | | ||||||
| * | Fix formatting error when no due date | Grant Ammons | 2016-05-04 | 1 | -4/+4 | |
| | | ||||||
| * | Allow editing due dates and setting it to none | Grant Ammons | 2016-05-04 | 2 | -1/+5 | |
| | | ||||||
| * | alpha-sort groups | Grant Ammons | 2016-05-04 | 1 | -3/+9 | |
| | | ||||||
| * | Add edit command for due dates | Grant Ammons | 2016-05-04 | 2 | -9/+29 | |
| | | ||||||
| * | 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 | 11 | -67/+78 | |
| | | ||||||
| * | Add agenda function | Grant Ammons | 2016-05-03 | 2 | -1/+17 | |
| | | ||||||
| * | Add a usage doc | Grant Ammons | 2016-05-03 | 1 | -1/+73 | |
| | | ||||||
| * | Add date filtering | Grant Ammons | 2016-05-03 | 3 | -8/+250 | |
| | | ||||||
| * | Get filtering by projects, contexts working | Grant Ammons | 2016-05-02 | 4 | -18/+91 | |
| | | ||||||
| * | Create filter, by archived or unarchived | Grant Ammons | 2016-05-02 | 3 | -6/+98 | |
| | | ||||||
| * | Add archive/unarchive | Grant Ammons | 2016-05-02 | 5 | -0/+60 | |
| | | ||||||
| * | Uncomplete todo | Grant Ammons | 2016-05-02 | 6 | -1/+31 | |
| | | ||||||
| * | Get completing todos to work correctly | Grant Ammons | 2016-05-02 | 6 | -3/+34 | |
| | | ||||||
| * | Sort todos by due date by default | Grant Ammons | 2016-05-01 | 3 | -8/+32 | |
| | | ||||||
| * | Implement delete logic | Grant Ammons | 2016-05-01 | 5 | -2/+76 | |
| | | ||||||
| * | Handle parsing dates, and printing them | Grant Ammons | 2016-04-30 | 4 | -43/+166 | |
| | | ||||||
| * | Rename method to describe it better | Grant Ammons | 2016-04-26 | 2 | -2/+2 | |
| | | ||||||
| * | Get adding a todo working | Grant Ammons | 2016-04-26 | 7 | -14/+64 | |
| | | ||||||
| * | Get grouping working correctly | Grant Ammons | 2016-04-25 | 6 | -16/+138 | |
| | | ||||||
| * | Bring in the app and router | Grant Ammons | 2016-04-24 | 5 | -26/+107 | |
| | | ||||||
| * | Tabwriter is the way to go | Grant Ammons | 2016-04-24 | 1 | -4/+29 | |
| | | ||||||
| * | Organize things a bit better | Grant Ammons | 2016-04-24 | 9 | -19/+32 | |
| | | ||||||
| * | Read from user's home directory | Grant Ammons | 2016-04-24 | 2 | -3/+13 | |
| | | ||||||
| * | WIP on getting stores implemented | Grant Ammons | 2016-04-24 | 3 | -0/+49 | |
| | | ||||||
| * | Modify Todo structure to use correct types | Grant Ammons | 2016-04-24 | 2 | -9/+10 | |
| | | ||||||
| * | Start figuring out how to parse our specific due dates | Grant Ammons | 2016-04-24 | 1 | -6/+3 | |
| | | ||||||
| * | Beginning on working on due date stuff | Grant Ammons | 2016-04-24 | 3 | -5/+107 | |
| | | ||||||
| * | Initial commit | Grant Ammons | 2016-04-23 | 4 | -0/+115 | |
