enr: EverNote Request
An Evernote command line program
Installation
$ gem install enrUsage
Setup
Set ENR_TOKEN environment your developer token.
$ export ENR_TOKEN='your developer token'
Read ENML from GUID
$ enr get GUIDCreate note from ENML file
$ enr post INPUT-PATHUpdate existing note from ENML file
$ enr put GUID INPUT-PATHDestroy note by GUID
$ enr delete GUIDContributing
Bug reports and pull requests are welcome on GitHub at https://github.com/nishidayuya/enr .