aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the css file0.2.0Grant Ammons2016-07-031-7/+2
* Add webappGrant Ammons2016-06-202-3/+36
* Add the webappGrant Ammons2016-06-122-0/+70
* Promote save/load to be publicGrant Ammons2016-06-121-21/+22
* Refactor todolist stuff out of the file store implementationGrant Ammons2016-06-128-216/+238
* Turns out, it's not httpsGrant Ammons2016-05-171-1/+1
* Update linksGrant Ammons2016-05-171-4/+4
* Add a couple of config filesGrant Ammons2016-05-172-0/+16
* 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 uppercase VERSIONGrant Ammons2016-05-151-2/+2
* Use the user's current timezone when parsing datesGrant Ammons2016-05-152-11/+12
* Add travis CI image to READMEGrant Ammons2016-05-141-0/+1
* Fix .travis.ymlGrant Ammons2016-05-141-1/+1
* Add travis yml fileGrant Ammons2016-05-141-0/+9
* Add go report cardGrant Ammons2016-05-141-0/+2
* Add authorGrant Ammons2016-05-141-0/+2
* Update READMEGrant Ammons2016-05-141-61/+8
* Add MIT licenseGrant Ammons2016-05-141-0/+22
* Ensure agenda works with other inputGrant Ammons2016-05-121-4/+3
* Make agenda its own commandGrant Ammons2016-05-123-6/+9
* Fix issue with parsing specific datesGrant Ammons2016-05-122-2/+12
* Clean up README in prep for github pagesGrant Ammons2016-05-101-8/+1
* Attempt to show outputGrant Ammons2016-05-081-1/+16
* Merge branch 'master' of github.com:gammons/todolistGrant Ammons2016-05-081-1/+1
|\
| * Update README.mdGrant Ammons2016-05-081-1/+1
* | 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
* 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-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