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
path:
root
/
todolist
/
app.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
false to true
Grant Ammons
2017-10-03
1
-1
/
+1
*
Refactor the formatter to an interface and rename it
Grant Ammons
2017-10-03
1
-5
/
+8
*
Implement a done option
Stuart Skelton
2017-09-27
1
-0
/
+20
*
Refactor previous commits
Quey-Liang Kao
2017-08-29
1
-8
/
+18
*
Redefine sub-commands: "ln" and "n"
Quey-Liang Kao
2017-08-20
1
-1
/
+2
*
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
1
-0
/
+17
|
\
|
*
Implement the "ln" feature: Listing notes of a todo
Quey-Liang Kao
2017-08-14
1
-1
/
+3
|
*
Implement the "an" feature: Adding notes to todos
Quey-Liang Kao
2017-08-14
1
-0
/
+15
*
|
Have a util function to pluralize todo.
Stuart Skelton
2017-08-12
1
-1
/
+1
*
|
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
1
-20
/
+13
*
|
Allow for ranged ids in some commands
Stuart Skelton
2017-08-12
1
-21
/
+51
*
|
Fix a missed 't.Archive=true' to Archived()
Stuart Skelton
2017-08-08
1
-1
/
+1
|
/
*
Fix #64, parsing a todo with europe date format
Grant Ammons
2017-06-12
1
-1
/
+1
*
Remove unnecessary parens
Grant Ammons
2017-05-10
1
-1
/
+1
*
Minor optimization
Grant Ammons
2017-05-09
1
-2
/
+2
*
WIP on a unified edit
Grant Ammons
2017-05-09
1
-32
/
+21
*
parse Projects and Contexts when editing subject
Michael Strüder
2017-05-09
1
-1
/
+5
*
do not duplicate error messages again
Michael Strüder
2017-05-09
1
-1
/
+0
*
error out when invalid id given
Michael Strüder
2017-05-09
1
-0
/
+4
*
prevent duplicate error messages when updating subjects
Michael Strüder
2017-05-09
1
-1
/
+4
*
display an error on malformed input
Michael Strüder
2017-05-09
1
-0
/
+12
*
extract subcommand, id, and input string in Parser
Michael Strüder
2017-05-09
1
-12
/
+5
*
Show the id after creating a todo
Grant Ammons
2017-03-27
1
-1
/
+2
*
Merge branch 'master' into garbage-collect
Grant Ammons
2017-03-07
1
-0
/
+22
|
\
|
*
Add priority feature
Grant Ammons
2017-03-03
1
-0
/
+22
*
|
Add garbage collection feature
Grant Ammons
2017-03-03
1
-0
/
+7
|
/
*
Merge pull request #29 from medicalwei/patch-1
Grant Ammons
2017-02-01
1
-1
/
+1
|
\
|
*
more explicit message on "todo ac"
Yao Wei
2017-01-27
1
-1
/
+1
|
*
All archived todos completed -> All completed todos archived.
Yao Wei
2017-01-26
1
-1
/
+1
*
|
Fix a bug and add some tests
Quey-Liang Kao
2017-01-21
1
-1
/
+1
*
|
New Feature: Expanding existing todos
Quey-Liang Kao
2017-01-21
1
-0
/
+28
|
/
*
Refine error handling
Quey-Liang Kao
2017-01-21
1
-25
/
+31
*
Merge github.com:gammons/todolist
Quey-Liang Kao
2017-01-18
1
-1
/
+1
|
\
|
*
Provide a more helpful message
Quey-Liang Kao
2017-01-17
1
-1
/
+1
*
|
Implement the ID checking in getID()
Quey-Liang Kao
2017-01-16
1
-23
/
+15
|
/
*
Bugfix: "todo a" no longer adds an empty todo
Quey-Liang Kao
2017-01-16
1
-0
/
+4
*
Refactored code
Bunchhieng
2016-09-15
1
-2
/
+7
*
Promote save/load to be public
Grant Ammons
2016-06-12
1
-21
/
+22
*
Refactor todolist stuff out of the file store implementation
Grant Ammons
2016-06-12
1
-20
/
+36
*
Look for .todos.json in the directory we are in
Grant Ammons
2016-05-08
1
-1
/
+5
*
Add edit command for due dates
Grant Ammons
2016-05-04
1
-0
/
+14
*
Add output msg when archiving all completed
Grant Ammons
2016-05-03
1
-0
/
+1
*
Make everything a pointer, add archive completed fn
Grant Ammons
2016-05-03
1
-1
/
+10
*
Get filtering by projects, contexts working
Grant Ammons
2016-05-02
1
-1
/
+1
*
Create filter, by archived or unarchived
Grant Ammons
2016-05-02
1
-6
/
+6
*
Add archive/unarchive
Grant Ammons
2016-05-02
1
-0
/
+22
*
Uncomplete todo
Grant Ammons
2016-05-02
1
-0
/
+11
*
Get completing todos to work correctly
Grant Ammons
2016-05-02
1
-0
/
+11
[next]