| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Redefine sub-commands: "ln" and "n" | Quey-Liang Kao | 2017-08-20 | 1 | -12/+7 |
| | | | | | | | Sub-command "ln" is redefined to the function of listing all todos with their notes; "n" replaces original "ln", listing the notes of a specific todo. | ||||
| * | Implement the "ln" feature: Listing notes of a todo | Quey-Liang Kao | 2017-08-14 | 1 | -0/+11 |
| | | |||||
| * | Add priority feature | Grant Ammons | 2017-03-03 | 1 | -18/+34 |
| | | | | | | | | Now, todos have a priority flag. When listed, these todos will be bolded and italic. You can list todos by priority by running `todolist l p`. | ||||
| * | Support UTF-8 strings as contexts and projects | Quey-Liang Kao | 2017-01-26 | 1 | -2/+2 |
| | | |||||
| * | Makes all output messages consistent | Quey-Liang Kao | 2017-01-19 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | Since the panic() function provides overwhelming messages available for developers but meaningless to users, the way to deal with error output is simplified. There are two panic()'s that are fixed: * The one in parseArbitraryDateWithYear() function. This function is the possible endpoint of adding a todo or editing dues. Instead of calling panic(), now it outputs the specific parsing error, and then terminate itself by os.Exit(). * The one in formatDue() function This function is responsible for parsing the due information of a given todo. If the todos being added previously have passed the checking, then there is no reason that a due fails the format check here, except for the corruption of the todo file. | ||||
| * | Run gofmt on formatter and parser | Huu Nguyen | 2017-01-16 | 1 | -1/+1 |
| | | |||||
| * | Remove large amounts of whitespace at beginning, to save space | Grant Ammons | 2016-05-17 | 1 | -2/+2 |
| | | |||||
| * | Fix formatting error when no due date | Grant Ammons | 2016-05-04 | 1 | -4/+4 |
| | | |||||
| * | alpha-sort groups | Grant Ammons | 2016-05-04 | 1 | -3/+9 |
| | | |||||
| * | Make everything a pointer, add archive completed fn | Grant Ammons | 2016-05-03 | 1 | -1/+1 |
| | | |||||
| * | Handle parsing dates, and printing them | Grant Ammons | 2016-04-30 | 1 | -6/+55 |
| | | |||||
| * | Get grouping working correctly | Grant Ammons | 2016-04-25 | 1 | -10/+16 |
| | | |||||
| * | Bring in the app and router | Grant Ammons | 2016-04-24 | 1 | -0/+67 |
