0.02
No commit activity in last 3 years
No release in over 3 years
Simple command line creation and editing of Evernote notes in Markdown format with your favorite editor via a gem installed binary
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.6.7
~> 10.4
~> 3.2

Runtime

 Project Readme

Build Status

Evernote Editor

Simple gem that provides command line creation and editing of Evernote notes. Uses your favorite editor and Markdown formatting.

Requirements

Only tested on OSX and Ruby 2.0, 2.1 with vim, mvim and sublime editors. YMMV.

Installation

gem install evernote-editor

Usage

You'll need a developer token (http://dev.evernote.com/start/core/authentication.php#devtoken) to use this tool. The first time you run it you will be prompted for it. You will also be prompted for the path to your editor. You can modify both values later by editing ~/.enved

evned [options] title tag1,tag2
  -s, --sandbox      Use the Evernote sandbox server
  -e, --edit         Search for and edit an existing note by title
  -h, --help         Display this screen

Title is optional on note creation. Tags are ignored when a note is edited.

Development

bundle
bx rspec spec