public
Description: Git-based ToDo tool.
Homepage:
Clone URL: git://github.com/egonw/gtd.git
egonw (author)
Wed Apr 08 01:11:43 -0700 2009
commit  4a89db621f96a3a2104487f3a94b47208ed4a885
tree    eb6cd2389616087acbf9797f5abab059e10750a7
parent  1df1de5870378ed95c2963026882db562bbd2e99
gtd /
name age message
file README Sun Feb 08 02:49:06 -0800 2009 Added a few more details [egonw]
directory com.github.gittodo.freemind/ Mon Mar 02 00:52:09 -0800 2009 Only add non-empty projects upon update [egonw]
directory com.github.gittodo.rcp/ Loading commit data...
directory com.github.gittodo/ Sat Nov 01 06:30:01 -0700 2008 Implemented '1456236946 OPEN UNSET 200... [egonw]
README
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.