enr: EverNote Request
An Evernote command line program
Installation
console
$ gem install enr
Usage
Setup
Set ENR_TOKEN environment your developer token.
```console $ export ENR_TOKEN=’your developer token’
```
Read ENML from GUID
console
$ enr get GUID
Create note from ENML file
console
$ enr post INPUT-PATH
Update existing note from ENML file
console
$ enr put GUID INPUT-PATH
Destroy note by GUID
console
$ enr delete GUID
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/nishidayuya/enr .