Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nogweii/mastodon
A ruby library for parsing todo.txt files.
https://github.com/nogweii/mastodon
Last synced: about 1 month ago
JSON representation
A ruby library for parsing todo.txt files.
- Host: GitHub
- URL: https://github.com/nogweii/mastodon
- Owner: nogweii
- License: mit
- Created: 2009-12-20T04:42:38.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-12-30T03:00:42.000Z (about 15 years ago)
- Last Synced: 2024-10-15T22:44:47.174Z (3 months ago)
- Language: Ruby
- Homepage: http://github.com/evaryont/mastodon/
- Size: 97.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mastodon
A [todo.txt][ttxt] parser.[ttxt]: http://ginatrapani.github.com/todo.txt-cli/
## 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.* [Run Code Run][rcr] (continuous integration)
* [Caliper & metric\_fu report][calip]
* [RDoc.info Documentation][rdoci] ([yardoc.org][yardoc])[rcr]: http://runcoderun.com/evaryont/mastodon
[calip]: http://getcaliper.com/caliper/project?repo=git%3A%2F%2Fgithub.com%2Fevaryont%2Fmastodon.git
[rdoci]: http://rdoc.info/projects/evaryont/mastodon
[yardoc]: http://yardoc.org/docs/evaryont-mastodon## Copyright
Mastodon is released under the MIT license. Copyright (C) Colin Shea 2009. For
more information, consult LICENSE.txt for more information.