ever
is an Evernote client that lets you read, write, and manage your notes
without ever leaving the terminal!
Install ruby
and rubygems
(if not already on your system) and run:
$ gem install ever
At which point you should be good to go! Just run
$ ever
and have fun1
- 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