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
/
file_store.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+0
*
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
*
Global repo as the back-up plan
Quey-Liang Kao
2017-03-08
1
-1
/
+23
*
Revert "Global repo file as the default"
Grant Ammons
2017-03-07
1
-20
/
+5
*
Refine previous commit
Quey-Liang Kao
2017-02-19
1
-1
/
+4
*
Global repo file as the default
Quey-Liang Kao
2017-02-04
1
-5
/
+17
*
Refactored code
Bunchhieng
2016-09-15
1
-2
/
+4
*
Refactor todolist stuff out of the file store implementation
Grant Ammons
2016-06-12
1
-105
/
+9
*
Ensure we don't destroy an existing .todos.json
Grant Ammons
2016-05-08
1
-0
/
+5
*
Look for .todos.json in the directory we are in
Grant Ammons
2016-05-08
1
-7
/
+18
*
Handle case where todos.json cant be loaded
Grant Ammons
2016-05-05
1
-2
/
+10
*
Make everything a pointer, add archive completed fn
Grant Ammons
2016-05-03
1
-9
/
+9
*
Add archive/unarchive
Grant Ammons
2016-05-02
1
-0
/
+14
*
Uncomplete todo
Grant Ammons
2016-05-02
1
-0
/
+7
*
Get completing todos to work correctly
Grant Ammons
2016-05-02
1
-0
/
+7
*
Sort todos by due date by default
Grant Ammons
2016-05-01
1
-0
/
+12
*
Implement delete logic
Grant Ammons
2016-05-01
1
-0
/
+29
*
Get adding a todo working
Grant Ammons
2016-04-26
1
-0
/
+22
*
Bring in the app and router
Grant Ammons
2016-04-24
1
-0
/
+3
*
Organize things a bit better
Grant Ammons
2016-04-24
1
-0
/
+34