Sha256: bb8fc1776898758ec2b35e4b6a33ebe4fdd3d12446ccbc164fc057d0c315ee93

Contents?: true

Size: 1.4 KB

Versions: 16

Compression:

Stored size: 1.4 KB

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 from templates|`evertils generate daily`, `evertils generate morning`, `evertils generate monthly`|
|new|Manually create notes|`evertils new note "STUFF"`, `evertils new share_note "STUFF"`, `other task $PIPE_CHAR$ evertils new share_note --title="Piped data note"`|
|get|Get data from Evernote|`evertils get notebook` (coming soon)|
|convert|Convert your notes to Markdown, then back to ENML|(coming soon)|
|status|View script information and other data|`evertils status`|

## Automation

If you're using OSX > 10.4:

1. Rename `com.evertils.plist.dist` to `com.evertils.plist` and update the ProgramArguments value to point to where the gem lives (i.e. `/Library/Ruby/Gems/2.0.0`).
2. `cp com.evertils.plist /Library/LaunchDaemons`
3. `launchtl load -w /Library/LaunchDaemons/com.evertils.plist`

If using *nix:

1. Configure a cron job.
2. Profit.

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
evertils-0.3.27 README.md
evertils-0.3.26 README.md
evertils-0.3.25 README.md
evertils-0.3.24 README.md
evertils-0.3.23 README.md
evertils-0.3.22 README.md
evertils-0.3.21 README.md
evertils-0.3.20 README.md
evertils-0.3.19 README.md
evertils-0.3.18 README.md
evertils-0.3.17 README.md
evertils-0.3.16 README.md
evertils-0.3.15 README.md
evertils-0.3.14.1 README.md
evertils-0.3.14 README.md
evertils-0.3.13 README.md