aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/parser_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Make agenda its own commandGrant Ammons2016-05-121-1/+0
|
* Fix issue with parsing specific datesGrant Ammons2016-05-121-0/+9
|
* Parse out arbitrary datesGrant Ammons2016-05-061-7/+25
| | | | | | | | | | | | | | 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.
* Handle parsing dates, and printing themGrant Ammons2016-04-301-14/+44
|
* Organize things a bit betterGrant Ammons2016-04-241-0/+83