sebastianbenz / eclipse-task-editor

A simple textual todo manager for Eclipse.
44 stars 11 forks source link

An easy to use textual todo editor for Eclipse

You can find a general introduction here.

Screenshot

Installation

The editor can be installed via the following update site:

http://sebastianbenz.github.com/eclipse-task-editor/updates

Note: The editor requires Xtext, which can be installed via: http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/.

The editor is also available as a standalone Eclipse RCP application. The application runs on windows, linux and mac. You can build the application via:

git clone git://github.com/sebastianbenz/eclipse-task-editor.git
cd eclipse-task-editor
mvn clean install

The zipped applications can be found in plugins/de.sebastianbenz.task.rcp/target/products/task-editor-*.zip and a zipped update site is located in tools/de.sebastianbenz.task.update-site/target/site.zip.

Usage

The eclipse task editor can be used to create and manage textual todo files. The syntax is based on TaskPaper, an excellent to-do list manager for Mac OS X./ The main elements of todo file are: Tasks, Notes, Projects, and Tags.

License

© 2010 Sebastian Benz. Distributed under the Eclipse Public License.