Skip to main content

Evernote command line tool

Project description

toEver is a command-line tool to create a note to Evernote.

This command is specializing in the function to transmit a file and to make a note. The file of all the kinds can be transmitted. A binary file is registered as an attached file.

A text and a binary file can be registered also from standard input. Standard input corresponds to the command which cannot be ended unless “tail -f” etc. send a signal.

A tag, a notebook, and a title can be attached as an option, or a share link can be acquired.

File to send to evernote

$ toever aaa.txt
$ toever aaa.txt bbb.txt ccc.txt
$ toever photo1.jpg photo2.jpg --notebook 'photo'

The note of evernote will be created if standard input is passed to toever.

$ cat /etc/nginx/nginx.conf | toever --tags nginx,config --notebook linux
$ toever -t 'localhost hosts file' < /etc/hosts
$ tail -f /var/log/access_log | toever

If you specify a file name in the option, it is saved as an attachment.

$ tar cvz /etc/nginx | toever -f nginx.tar.gz
$ curl https://www.python.org/static/img/python-logo.png | toever -f python.png
$ wget -O - https://github.com/ngc224/toever/archive/master.tar.gz | toever -f master.tar.gz

It is possible to acquire a share URL If you add the “–share” option.

$ toever ~/.ssh/authorized_keys --share
...
Created note title is 'toEver Post 2014-11-20 21:19:16' [50.0 MB / 4096.0 MB]
share link --> https://www.evernote.com/shard/s143/sh/5f55f19e-d5f4-4131-95e8-81f0b0...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

toever-1.9.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page