Twido

A Twitter backed command line tool that allows users to make a todo list generated from their Twitter timeline of tweets containing "#todo"

Installation

Add this line to your application's Gemfile:

gem 'twido'

And then execute:

$ bundle

Or install it yourself as:

$ gem install twido

Usage

Commands

list, l => prints out a list of tasks and corresponding index

task, t => adds new task DO NOT ADD "#todo" the program does that for you

complete, c => completes a task by deleting it

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

please see COPYING for copying details