aboutsummaryrefslogtreecommitdiffstats
path: root/todolist
Commit message (Expand)AuthorAgeFilesLines
* Promote FindSunday so we can use it in tests, fix testsvsnapshotGrant Ammons2016-05-172-6/+10
* Remove large amounts of whitespace at beginning, to save spaceGrant Ammons2016-05-171-2/+2
* Use the user's current timezone when parsing datesGrant Ammons2016-05-152-11/+12
* Ensure agenda works with other inputGrant Ammons2016-05-121-4/+3
* Make agenda its own commandGrant Ammons2016-05-122-3/+6
* Fix issue with parsing specific datesGrant Ammons2016-05-122-2/+12
* 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-082-8/+23
* Parse out arbitrary datesGrant Ammons2016-05-062-20/+68
* 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-041-0/+2
* alpha-sort groupsGrant Ammons2016-05-041-3/+9
* Add edit command for due datesGrant Ammons2016-05-041-0/+14
* Add output msg when archiving all completedGrant Ammons2016-05-031-0/+1
* Make everything a pointer, add archive completed fnGrant Ammons2016-05-0310-67/+76
* Add agenda functionGrant Ammons2016-05-031-0/+14
* 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-024-0/+56
* Uncomplete todoGrant Ammons2016-05-025-1/+29
* Get completing todos to work correctlyGrant Ammons2016-05-025-3/+32
* Sort todos by due date by defaultGrant Ammons2016-05-013-8/+32
* Implement delete logicGrant Ammons2016-05-014-2/+74
* 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-266-14/+62
* Get grouping working correctlyGrant Ammons2016-04-255-12/+135
* Bring in the app and routerGrant Ammons2016-04-244-5/+92
* Organize things a bit betterGrant Ammons2016-04-248-0/+275