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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file toever-1.9.6.tar.gz
.
File metadata
- Download URL: toever-1.9.6.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70af0119d3abe61f273dc41aa7f86c4be6170f75678d3a7e662dc0bab26f16ea |
|
MD5 | 0024691fe3af5ca4baea099ce667aaee |
|
BLAKE2b-256 | f25da561215932bcfe1b5474acab7258dc571dec6fcbc8ed2d4d1293dfdb2aab |