aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Only open browser if .todos.json existsBunchhieng2016-09-111-5/+5
| | * Only open browser if .todos.json existsBunchhieng2016-09-112-0/+2
| | * Only open browser if .todos.json existsBunchhieng2016-09-112-5/+16
| * | Refactored codeBunchhieng2016-09-154-9/+20
|/ /
* | Merge pull request #8 from gammons/fix-todayGrant Ammons2016-09-152-1/+9
|\ \ | |/ |/|
| * bugfix - use 'tod' as shorthand for todayGrant Ammons2016-09-082-1/+9
|/
* Bump version0.3.1Grant Ammons2016-09-073-4/+4
* Add vendorGrant Ammons2016-09-07231-0/+114570
* Merge pull request #7 from Bunchhieng/masterGrant Ammons2016-09-061-0/+2
|\
| * Open browser when starting the web appBunchhieng2016-09-061-0/+2
|/
* Merge pull request #5 from gammons/v0.3.00.3.0Grant Ammons2016-08-274-31/+49
|\
| * Bump version to 0.3.0Grant Ammons2016-08-272-3/+2
| * Allow 404s to redirect to index fileGrant Ammons2016-08-271-27/+46
| * add todosGrant Ammons2016-07-231-1/+1
|/
* Add current todo listGrant Ammons2016-07-081-1/+1
* Add link to license, fix go report linkGrant Ammons2016-07-071-2/+6
* Add todos.jsonGrant Ammons2016-07-072-1/+1
* Use tar instead of zip for buildsGrant Ammons2016-07-061-2/+2
* Added a build scriptGrant Ammons2016-07-031-0/+28
* 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