aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #93 from NonerKao/bug_add_empty_todoQuey-Liang Kao2017-09-132-1/+13
|\ | | | | Fix a bug in ParseNewTodo()
| * Add test function TestAddEmptyTodoQuey-Liang Kao2017-08-291-0/+12
| |
| * Fix a bug in ParseNewTodo()Quey-Liang Kao2017-08-201-1/+1
| | | | | | | | | | The new pattern now does not allow empty todos to be added as "a" or "add" strings.
* | Merge pull request #79 from stuartskelton/Refactor_filterDayGrant Ammons2017-08-281-10/+3
|\ \ | | | | | | Refactor filterDay to re-use some code.
| * | 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
| | |
* | | Merge pull request #94 from ingorichter/ingo/update-versionQuey-Liang Kao2017-08-271-1/+1
|\ \ \ | |_|/ |/| | update version
| * | update versionIngo Richter2017-08-221-1/+1
|/ /
* | Merge pull request #85 from stuartskelton/multiple_ids_for_actionsGrant Ammons2017-08-155-71/+187
|\ \ | | | | | | Allow for ranged ids in some commands
| * | 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
|/ /
* | Merge pull request #84 from NonerKao/adjust_mesgGrant Ammons2017-08-121-2/+3
|\ \ | | | | | | Adjust the usage messages
| * | Adjust the usage messagesQuey-Liang Kao2017-08-061-2/+3
| | |
* | | Merge pull request #88 from stuartskelton/bug_87_completed_todos_not_showing_upGrant Ammons2017-08-121-0/+65
|\ \ \ | |_|/ |/| | Wrote a test to check 'l by [cp]' filters correctly
| * | Wrote a test to check 'l by [cp]' filters correctlyStuart Skelton2017-08-111-0/+65
|/ /
* | Merge pull request #86 from stuartskelton/fix_missed_archivedGrant Ammons2017-08-101-1/+1
|\ \ | |/ |/| Fix a missed 't.Archive=true' to Archived()
| * Fix a missed 't.Archive=true' to Archived()Stuart Skelton2017-08-081-1/+1
|/
* Merge pull request #83 from stuartskelton/Move_code_to_the_right_place0.7Grant Ammons2017-08-052-13/+29
|\ | | | | Move code to the right place
| * 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
|/
* Merge pull request #82 from stuartskelton/Add_list_completedGrant Ammons2017-08-026-14/+133
|\ | | | | Add list completed
| * 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
| |
| * Updated the command line docsStuart Skelton2017-08-011-0/+8
| |
| * Added a filter for completed dateStuart Skelton2017-08-013-4/+93
| |
| * Make the exact date take a filterOn parameterStuart Skelton2017-08-012-10/+14
|/
* Merge pull request #78 from stuartskelton/move_code_closerQuey-Liang Kao2017-07-281-5/+5
|\ | | | | Move filterTomorrow closer to filterToday.
| * Move filterTomorrow closer to filterToday.Stuart Skelton2017-07-251-5/+5
|/
* Merge pull request #76 from stuartskelton/remove_some_redundancy_in_date_filterGrant Ammons2017-07-251-21/+22
|\ | | | | Remove some redundancy in date filter
| * Added filtering between dates, in an inclusive and exclusive mode.Stuart Skelton2017-07-201-16/+18
| | | | | | | | | | Inclusive allows for the due date to be equal to the begin date, exclusive is between the dates.
| * Added filterToExactDate.Stuart Skelton2017-07-201-8/+7
|/ | | | Filters the todolist to a certain date.
* Merge pull request #73 from NonerKao/masterGrant Ammons2017-07-112-1/+20
|\ | | | | Fix #65, filtering out completed todos in agenda mode
| * 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
|/
* Merge pull request #68 from gammons/code-cleanupGrant Ammons2017-06-197-46/+126
|\ | | | | Fix parsing a todo with europe date format
| * 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
| | | | | | | | | | * the `hasDue` function was not running, and therefore it was not parsing the due date. * Also added the beginnings of a more holistic test approach, using `app_test.go`.
| * Remove return statements to silence linter warningGrant Ammons2017-06-121-2/+0
| |
| * Re-order functions in file_storeGrant Ammons2017-06-121-26/+27
|/
* Make it a linkGrant Ammons2017-06-061-1/+1
|
* Add link to todolist_frontendGrant Ammons2017-06-061-0/+4
|
* bump version0.6Grant Ammons2017-05-253-3/+3
|
* Merge pull request #62 from gammons/unified-editGrant Ammons2017-05-254-8/+103
|\ | | | | Unified edit
| * 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
| |