Sha256: 2c79fd806f08af1c22bfef3815e66f50cac5541992ab0f1b02e378ee7b483ecb

Contents?: true

Size: 814 Bytes

Versions: 2

Compression:

Stored size: 814 Bytes

Contents

# 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
twido-0.0.1 README.md
twido-0.0.1.beta README.md