Sha256: fdc53d641b4b0e2833e7072ad0e7563cdfe9f3e3728a8233957f90011fb23e47

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

Contents

[![Build Status](https://travis-ci.org/hpoydar/evernote-editor.png?branch=master)](https://travis-ci.org/hpoydar/evernote-editor)

# 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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
evernote-editor-0.1.9 README.md
evernote-editor-0.1.8 README.md
evernote-editor-0.1.7 README.md