aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/parser.go
Commit message (Expand)AuthorAgeFilesLines
* fix typoGrant Ammons2017-05-101-1/+1
* FormattingGrant Ammons2017-05-101-1/+1
* Trim space of the subjectGrant Ammons2017-05-091-2/+2
* WIP on a unified editGrant Ammons2017-05-091-18/+12
* subcommands like delete don't take a subject, so make it optionalMichael Strüder2017-05-091-6/+12
* allow any whitespace between subcommand, id and inputMichael Strüder2017-05-091-7/+9
* display an error on malformed inputMichael Strüder2017-05-091-1/+5
* extract subcommand, id, and input string in ParserMichael Strüder2017-05-091-1/+16
* Add support for showing tasks due the previous week.Ashish Vijayaram2017-04-171-0/+3
* Adds support to projects with hyphenRodrigo Dumont2017-03-251-2/+2
* Fix spacing bug when adding todosGrant Ammons2017-03-071-1/+1
* This commit removes all usages of github.com/jinzhu/now.DmitriyMV2017-03-041-13/+11
* Support UTF-8 strings as contexts and projectsQuey-Liang Kao2017-01-261-5/+6
* New Feature: Expanding existing todosQuey-Liang Kao2017-01-211-0/+11
* Add more helpful messagesQuey-Liang Kao2017-01-211-7/+4
* Makes all output messages consistentQuey-Liang Kao2017-01-191-3/+11
* Merge pull request #18 from NonerKao/masterGrant Ammons2017-01-181-2/+6
|\
| * Bugfix: "todo a" no longer adds an empty todoQuey-Liang Kao2017-01-161-2/+6
* | Run gofmt on formatter and parserHuu Nguyen2017-01-161-2/+2
|/
* bugfix - use 'tod' as shorthand for todayGrant Ammons2016-09-081-1/+1
* Fix issue with parsing specific datesGrant Ammons2016-05-121-2/+3
* Parse out arbitrary datesGrant Ammons2016-05-061-13/+43
* Strip out a or addGrant Ammons2016-05-051-0/+2
* Allow editing due dates and setting it to noneGrant Ammons2016-05-041-0/+2
* Handle parsing dates, and printing themGrant Ammons2016-04-301-13/+60
* Rename method to describe it betterGrant Ammons2016-04-261-1/+1
* Organize things a bit betterGrant Ammons2016-04-241-0/+87