Mastodon

A todo.txt parser.

Installation

sudo gem install mastodon

Usage

require 'mastodon'
mast = Mastodon.new(File.readlines("todo.txt"))
# List all the projects
mast.projects
# List all the contexts
mast.contexts

See Also

There are other links you can take a look at. If you care to, that is.

Mastodon is released under the MIT license. Copyright (C) Colin Shea 2009. For more information, consult LICENSE.txt for more information.