aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/formatter.go
Commit message (Expand)AuthorAgeFilesLines
* Redefine sub-commands: "ln" and "n"Quey-Liang Kao2017-08-201-12/+7
* Implement the "ln" feature: Listing notes of a todoQuey-Liang Kao2017-08-141-0/+11
* Add priority featureGrant Ammons2017-03-031-18/+34
* Support UTF-8 strings as contexts and projectsQuey-Liang Kao2017-01-261-2/+2
* Makes all output messages consistentQuey-Liang Kao2017-01-191-1/+3
* Run gofmt on formatter and parserHuu Nguyen2017-01-161-1/+1
* Remove large amounts of whitespace at beginning, to save spaceGrant Ammons2016-05-171-2/+2
* Fix formatting error when no due dateGrant Ammons2016-05-041-4/+4
* alpha-sort groupsGrant Ammons2016-05-041-3/+9
* Make everything a pointer, add archive completed fnGrant Ammons2016-05-031-1/+1
* Handle parsing dates, and printing themGrant Ammons2016-04-301-6/+55
* Get grouping working correctlyGrant Ammons2016-04-251-10/+16
* Bring in the app and routerGrant Ammons2016-04-241-0/+67