index
:
todolist.git
master
Simple GTD-style todo list for the command line.
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor previous commits
Quey-Liang Kao
2017-08-29
4
-54
/
+137
*
Redefine sub-commands: "ln" and "n"
Quey-Liang Kao
2017-08-20
5
-20
/
+18
*
Merge branch 'master' into note
Quey-Liang Kao
2017-08-20
1
-2
/
+4
|
\
|
*
Fix out-of-date usage according to internal API changes
Quey-Liang Kao
2017-08-20
1
-2
/
+4
|
*
Merge branch 'note' of github.com:NonerKao/todolist
Quey-Liang Kao
2017-08-20
7
-1
/
+130
|
|
\
*
|
|
Merge github.com:gammons/todolist into note_patch_set
Quey-Liang Kao
2017-08-20
5
-71
/
+187
|
\
|
|
|
*
|
Merge pull request #85 from stuartskelton/multiple_ids_for_actions
Grant Ammons
2017-08-15
5
-71
/
+187
|
|
\
\
|
|
*
|
Have a util function to pluralize todo.
Stuart Skelton
2017-08-12
3
-1
/
+21
|
|
*
|
Refactor getIds so the parsing can be reused.
Stuart Skelton
2017-08-12
1
-14
/
+22
|
|
*
|
Refactor GetID to only return an ID, and not a ID and Todo
Stuart Skelton
2017-08-12
2
-20
/
+24
|
|
*
|
Swap a break for a continue.
Stuart Skelton
2017-08-12
1
-1
/
+1
|
|
*
|
Allow for ranged ids in some commands
Stuart Skelton
2017-08-12
3
-58
/
+142
|
|
/
/
*
|
|
Merge branch 'note' of github.com:NonerKao/todolist into note_patch_set
Quey-Liang Kao
2017-08-14
7
-1
/
+130
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Implement the "en" feature: Editting notes
Quey-Liang Kao
2017-08-14
3
-3
/
+38
|
*
Implement the "dn" feature: Deleteing notes
Quey-Liang Kao
2017-08-14
3
-1
/
+27
|
*
Implement the "ln" feature: Listing notes of a todo
Quey-Liang Kao
2017-08-14
4
-5
/
+26
|
*
Implement the "an" feature: Adding notes to todos
Quey-Liang Kao
2017-08-14
6
-1
/
+48
*
|
Merge pull request #84 from NonerKao/adjust_mesg
Grant Ammons
2017-08-12
1
-2
/
+3
|
\
|
|
*
Adjust the usage messages
Quey-Liang Kao
2017-08-06
1
-2
/
+3
*
|
Merge pull request #88 from stuartskelton/bug_87_completed_todos_not_showing_up
Grant Ammons
2017-08-12
1
-0
/
+65
|
\
\
|
*
|
Wrote a test to check 'l by [cp]' filters correctly
Stuart Skelton
2017-08-11
1
-0
/
+65
|
/
/
*
|
Merge pull request #86 from stuartskelton/fix_missed_archived
Grant Ammons
2017-08-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix a missed 't.Archive=true' to Archived()
Stuart Skelton
2017-08-08
1
-1
/
+1
|
/
*
Merge pull request #83 from stuartskelton/Move_code_to_the_right_place
0.7
Grant Ammons
2017-08-05
2
-13
/
+29
|
\
|
*
Group similar code together.
Stuart Skelton
2017-08-04
1
-8
/
+9
|
*
Empower the todo_item to set its attributes correctly itself.
Stuart Skelton
2017-08-04
2
-5
/
+20
|
/
*
Merge pull request #82 from stuartskelton/Add_list_completed
Grant Ammons
2017-08-02
6
-14
/
+133
|
\
|
*
Remove some less useful comments.
Stuart Skelton
2017-08-02
1
-2
/
+0
|
*
Do not filter out archived when asked for completed
Stuart Skelton
2017-08-02
2
-0
/
+20
|
*
Updated the command line docs
Stuart Skelton
2017-08-01
1
-0
/
+8
|
*
Added a filter for completed date
Stuart Skelton
2017-08-01
3
-4
/
+93
|
*
Make the exact date take a filterOn parameter
Stuart Skelton
2017-08-01
2
-10
/
+14
|
/
*
Merge pull request #78 from stuartskelton/move_code_closer
Quey-Liang Kao
2017-07-28
1
-5
/
+5
|
\
|
*
Move filterTomorrow closer to filterToday.
Stuart Skelton
2017-07-25
1
-5
/
+5
|
/
*
Merge pull request #76 from stuartskelton/remove_some_redundancy_in_date_filter
Grant Ammons
2017-07-25
1
-21
/
+22
|
\
|
*
Added filtering between dates, in an inclusive and exclusive mode.
Stuart Skelton
2017-07-20
1
-16
/
+18
|
*
Added filterToExactDate.
Stuart Skelton
2017-07-20
1
-8
/
+7
|
/
*
Merge pull request #73 from NonerKao/master
Grant Ammons
2017-07-11
2
-1
/
+20
|
\
|
*
Improve logic and add a test
Quey-Liang Kao
2017-07-07
2
-4
/
+20
|
*
Fix #65, filtering out completed todos in agenda mode
Quey-Liang Kao
2017-07-07
1
-0
/
+3
|
/
*
Merge pull request #68 from gammons/code-cleanup
Grant Ammons
2017-06-19
7
-46
/
+126
|
\
|
*
Put the return after the os.Exit
Grant Ammons
2017-06-12
1
-0
/
+2
|
*
Fix #64, parsing a todo with europe date format
Grant Ammons
2017-06-12
7
-19
/
+98
|
*
Remove return statements to silence linter warning
Grant Ammons
2017-06-12
1
-2
/
+0
|
*
Re-order functions in file_store
Grant Ammons
2017-06-12
1
-26
/
+27
|
/
*
Make it a link
Grant Ammons
2017-06-06
1
-1
/
+1
*
Add link to todolist_frontend
Grant Ammons
2017-06-06
1
-0
/
+4
*
bump version
0.6
Grant Ammons
2017-05-25
3
-3
/
+3
*
Merge pull request #62 from gammons/unified-edit
Grant Ammons
2017-05-25
4
-8
/
+103
|
\
|
*
fix typo
Grant Ammons
2017-05-10
1
-1
/
+1
[next]