public
Description: Git-based ToDo tool.
Homepage:
Clone URL: git://github.com/egonw/gtd.git
gtd / README
100644 20 lines (14 sloc) 0.606 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Git ToDo README
---------------
 
Git ToDo is a project that allows setting up and maintain ToDo lists
with a Git-based backend, to allow sharing between machines, and
automatic backup via Git clones.
 
There currently are two clients, a command line client wrapped around
the core libraries, and a RCP-based client which is not so fancy but
does work. A third program provides integration with FreeMind.
 
They are available from the subfolders:
 
com.github.gittodo
com.github.gittodo.rcp
com.github.gittodo.freemind
 
Information in those folders explain how the software can be compiled,
installed and run.