ATM

A console for Remember the Milk.

Installation

Add this line to your application's Gemfile:

gem 'atm'

And then execute:

$ bundle

Or install it yourself as:

$ gem install atm

Usage

To list today's tasks, simply type atm on the command line:

$ atm
15:40  Buy milk
today  John's birthday
       This task doesn't have a due date

To use the console, atm c or atm console:

$ atm c 1.9.3-p194 :001 > Task.all.map { |task| task.name } => ["Buy milk", "John's birthday", "This task doesn't have a name"] 1.9.3-p194 :002 >

Contributing

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