enr: EverNote Request

An Evernote command line program

License X11 Gem Version

Installation

$ gem install enr

Usage

Setup

Set ENR_TOKEN environment your developer token.

$ export ENR_TOKEN='your developer token'

Read ENML from GUID

$ enr get GUID

Create note from ENML file

$ enr post INPUT-PATH

Update existing note from ENML file

$ enr put GUID INPUT-PATH

Destroy note by GUID

$ enr delete GUID

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nishidayuya/enr .