aboutsummaryrefslogtreecommitdiffstats
path: root/todolist
Commit message (Expand)AuthorAgeFilesLines
* Fix the misaligned problem when listing prioritized todosQuey-Liang Kao2017-10-051-1/+1
* false to trueGrant Ammons2017-10-032-2/+2
* Wrong file locationGrant Ammons2017-10-031-0/+9
* Refactor the formatter to an interface and rename itGrant Ammons2017-10-034-37/+44
* Implement a done optionStuart Skelton2017-09-272-0/+36
* Merge pull request #89 from NonerKao/noteQuey-Liang Kao2017-09-217-5/+203
|\
| * Refactor previous commitsQuey-Liang Kao2017-08-293-53/+136
| * Redefine sub-commands: "ln" and "n"Quey-Liang Kao2017-08-204-17/+13
| * Fix out-of-date usage according to internal API changesQuey-Liang Kao2017-08-201-2/+4
| * Merge branch 'note' of github.com:NonerKao/todolistQuey-Liang Kao2017-08-206-1/+118
| |\
| | * Implement the "en" feature: Editting notesQuey-Liang Kao2017-08-142-2/+35
| | * Implement the "dn" feature: Deleteing notesQuey-Liang Kao2017-08-142-0/+24
| | * Implement the "ln" feature: Listing notes of a todoQuey-Liang Kao2017-08-143-3/+23
| | * Implement the "an" feature: Adding notes to todosQuey-Liang Kao2017-08-145-1/+41
* | | Merge pull request #93 from NonerKao/bug_add_empty_todoQuey-Liang Kao2017-09-132-1/+13
|\ \ \
| * | | Add test function TestAddEmptyTodoQuey-Liang Kao2017-08-291-0/+12
| * | | Fix a bug in ParseNewTodo()Quey-Liang Kao2017-08-201-1/+1
| |/ /
* | | Merge pull request #79 from stuartskelton/Refactor_filterDayGrant Ammons2017-08-281-10/+3
|\ \ \ | |/ / |/| |
| * | Add a filterOn function to the filterDay funcStuart Skelton2017-08-121-1/+1
| * | Refactor filterDay to re-use some code.Stuart Skelton2017-08-121-10/+3
* | | Have a util function to pluralize todo.Stuart Skelton2017-08-123-1/+21
* | | Refactor getIds so the parsing can be reused.Stuart Skelton2017-08-121-14/+22
* | | Refactor GetID to only return an ID, and not a ID and TodoStuart Skelton2017-08-122-20/+24
* | | Swap a break for a continue.Stuart Skelton2017-08-121-1/+1
* | | Allow for ranged ids in some commandsStuart Skelton2017-08-123-58/+142
* | | Wrote a test to check 'l by [cp]' filters correctlyStuart Skelton2017-08-111-0/+65
|/ /
* / Fix a missed 't.Archive=true' to Archived()Stuart Skelton2017-08-081-1/+1
|/
* Group similar code together.Stuart Skelton2017-08-041-8/+9
* Empower the todo_item to set its attributes correctly itself.Stuart Skelton2017-08-042-5/+20
* Remove some less useful comments.Stuart Skelton2017-08-021-2/+0
* Do not filter out archived when asked for completedStuart Skelton2017-08-022-0/+20
* Added a filter for completed dateStuart Skelton2017-08-013-4/+93
* Make the exact date take a filterOn parameterStuart Skelton2017-08-012-10/+14
* Move filterTomorrow closer to filterToday.Stuart Skelton2017-07-251-5/+5
* Added filtering between dates, in an inclusive and exclusive mode.Stuart Skelton2017-07-201-16/+18
* Added filterToExactDate.Stuart Skelton2017-07-201-8/+7
* Improve logic and add a testQuey-Liang Kao2017-07-072-4/+20
* Fix #65, filtering out completed todos in agenda modeQuey-Liang Kao2017-07-071-0/+3
* Put the return after the os.ExitGrant Ammons2017-06-121-0/+2
* Fix #64, parsing a todo with europe date formatGrant Ammons2017-06-127-19/+98
* Remove return statements to silence linter warningGrant Ammons2017-06-121-2/+0
* Re-order functions in file_storeGrant Ammons2017-06-121-26/+27
* bump version0.6Grant Ammons2017-05-251-1/+1
* fix typoGrant Ammons2017-05-101-1/+1
* Remove unnecessary parensGrant Ammons2017-05-101-1/+1
* Formatting for testGrant Ammons2017-05-101-7/+7
* FormattingGrant Ammons2017-05-101-1/+1
* Minor optimizationGrant Ammons2017-05-091-2/+2
* Update the testsGrant Ammons2017-05-091-25/+54
* Trim space of the subjectGrant Ammons2017-05-091-2/+2