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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request