Skip to main content

Evernote command line tool

Project description

File to send to evernote

$ toever ~/aaa.txt
$ toever /etc/hosts -t 'My Hosts File'
$ toever ~/photo.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.

$ cat ~/photo.jpg | toever -f photo.jpg
$ curl https://www.python.org/static/img/python-logo.png | toever -f python.png --tags python
$ wget -O - https://github.com/ngc224/toever/archive/master.tar.gz | toever -f master.tar.gz

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.4.tar.gz (3.5 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