Project

enr

0.0
The project is in a healthy, maintained state
An Evernote command program
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

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 .