Sha256: d905ffb8e717eb21867b1d2f111060572d2c64eed9ee5582be412b9636dcb021
Contents?: true
Size: 993 Bytes
Versions: 20
Compression:
Stored size: 993 Bytes
Contents
# Evertils Evertils is a command line utility for interacting with your Evernote account. ## Installation 1. `gem install evertils` 2. Add `export EVERTILS_TOKEN="token_goes_here"` to your ~/.profile Get your Evernote Developer Tokens [here](https://www.evernote.com/Login.action?targetUrl=%2Fapi%2FDeveloperToken.action). ## Logging Specification See [this document](https://github.com/aapis/evertils/wiki/Logging-Specification) to see how it all gets organized. ## How to Use |Command|Description|Usage| |:--------------|:-----------|:-------------| |generate|Create notes based on templates|`evertils generate daily|weekly|monthly`| |new|Manually create notes|`evertils new note "STUFF"`, `evertils new share_note "STUFF"`, `other task | evertils new share_note --title="Piped data note"`| |get|Get data from Evernote|`evertils get notebook`| |convert|Convert your notes to Markdown, then back to ENML|(coming soon)| |status|View script information and other data|`evertils status`|
Version data entries
20 entries across 20 versions & 1 rubygems