aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update READMEGrant Ammons2016-05-081-3/+7
|/
* Start a READMEGrant Ammons2016-05-081-0/+62
|
* Ensure we don't destroy an existing .todos.jsonGrant Ammons2016-05-081-0/+5
|
* Look for .todos.json in the directory we are inGrant Ammons2016-05-083-8/+25
| | | | This allows for project-specific todos.
* Parse out arbitrary datesGrant Ammons2016-05-062-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 addGrant Ammons2016-05-051-0/+2
|
* Handle case where todos.json cant be loadedGrant Ammons2016-05-052-2/+11
|
* Fix formatting error when no due dateGrant Ammons2016-05-041-4/+4
|
* Allow editing due dates and setting it to noneGrant Ammons2016-05-042-1/+5
|
* alpha-sort groupsGrant Ammons2016-05-041-3/+9
|
* Add edit command for due datesGrant Ammons2016-05-042-9/+29
|
* Add output msg when archiving all completedGrant Ammons2016-05-031-0/+1
|
* Make everything a pointer, add archive completed fnGrant Ammons2016-05-0311-67/+78
|
* Add agenda functionGrant Ammons2016-05-032-1/+17
|
* Add a usage docGrant Ammons2016-05-031-1/+73
|
* Add date filteringGrant Ammons2016-05-033-8/+250
|
* Get filtering by projects, contexts workingGrant Ammons2016-05-024-18/+91
|
* Create filter, by archived or unarchivedGrant Ammons2016-05-023-6/+98
|
* Add archive/unarchiveGrant Ammons2016-05-025-0/+60
|
* Uncomplete todoGrant Ammons2016-05-026-1/+31
|
* Get completing todos to work correctlyGrant Ammons2016-05-026-3/+34
|
* Sort todos by due date by defaultGrant Ammons2016-05-013-8/+32
|
* Implement delete logicGrant Ammons2016-05-015-2/+76
|
* Handle parsing dates, and printing themGrant Ammons2016-04-304-43/+166
|
* Rename method to describe it betterGrant Ammons2016-04-262-2/+2
|
* Get adding a todo workingGrant Ammons2016-04-267-14/+64
|
* Get grouping working correctlyGrant Ammons2016-04-256-16/+138
|
* Bring in the app and routerGrant Ammons2016-04-245-26/+107
|
* Tabwriter is the way to goGrant Ammons2016-04-241-4/+29
|
* Organize things a bit betterGrant Ammons2016-04-249-19/+32
|
* Read from user's home directoryGrant Ammons2016-04-242-3/+13
|
* WIP on getting stores implementedGrant Ammons2016-04-243-0/+49
|
* Modify Todo structure to use correct typesGrant Ammons2016-04-242-9/+10
|
* Start figuring out how to parse our specific due datesGrant Ammons2016-04-241-6/+3
|
* Beginning on working on due date stuffGrant Ammons2016-04-243-5/+107
|
* Initial commitGrant Ammons2016-04-234-0/+115