Autoevernote
A set of automated helpers for Evernote, Asana, and a few other tools. Inspired by the Evernote Diary series, and the concept of quantified self.
Installation
$ gem install autoevernote
Or if you're developing add this line to your application's Gemfile:
gem 'autoevernote'
And then execute:
$ bundle
Usage
Example usage for the executable:
TODO: screenshots and descriptions
$ autoevernote log_completed_tasks
$ autoevernote compute_stats
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