Sha256: 03ba21c196397fb44b06d458a03a75805a816c269e1be86643095d6decc4ff55

Contents?: true

Size: 1.44 KB

Versions: 5

Compression:

Stored size: 1.44 KB

Contents

# Evertils

Evertils is a command line utility for interacting with your Evernote account.

## Installation

1. `gem install evertils`
2. `git clone git@github.com:aapis/evertils-config.git ~/.evertils`
3. `mv ~/.evertils/config.dist.yml ~/.evertils/config.yml && nano ~/.config.yml`

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`|
|log|Interact with a note's content|`evertils log message "I am a message"`, `evertils log grep 2223`, `evertils log group`|
|change|Change the configured Evernote API token `evertils` is using|`evertils change token`|
|config|Send your configuration to a secret gist, great for portability|`evertils config push`, `evertils config pull`|

## 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

5 entries across 5 versions & 1 rubygems

Version Path
evertils-2.3.4 README.md
evertils-2.3.3 README.md
evertils-2.3.2 README.md
evertils-2.3.1 README.md
evertils-2.3.0 README.md