https://github.com/nishidayuya/enr
enr: EverNote Request
https://github.com/nishidayuya/enr
cli client evernote
Last synced: 5 months ago
JSON representation
enr: EverNote Request
- Host: GitHub
- URL: https://github.com/nishidayuya/enr
- Owner: nishidayuya
- License: mit
- Created: 2024-01-04T05:41:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T05:50:45.000Z (over 1 year ago)
- Last Synced: 2025-12-01T06:59:43.770Z (7 months ago)
- Topics: cli, client, evernote
- Language: Ruby
- Homepage: https://rubygems.org/gems/enr
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# enr: EverNote Request
An Evernote command line program
[](https://raw.githubusercontent.com/nishidayuya/enr/master/LICENSE.txt)
[](https://rubygems.org/gems/enr)
## Installation
```console
$ gem install enr
```
## Usage
### Setup
Set `ENR_TOKEN` environment your [developer token](https://www.evernote.com/api/DeveloperToken.action).
```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 .