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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
please see COPYING for copying details