public
Description: Git-based ToDo tool.
Homepage:
Clone URL: git://github.com/egonw/gtd.git
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/ Wed Apr 08 01:11:55 -0700 2009 Some whitespace cleanup [egonw]
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.