Evertils
Evertils is a command line utility for interacting with your Evernote account.
Installation
gem install evertilsgit clone [email protected]:aapis/evertils-config.git ~/.evertilsmv ~/.evertils/config.dist.yml ~/.evertils/config.yml && nano ~/.config.yml
Get your Evernote Developer Tokens here.
Logging Specification
See this document 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:
- Rename
com.evertils.plist.disttocom.evertils.plistand update the ProgramArguments value to point to where the gem lives (i.e./Library/Ruby/Gems/2.0.0). cp com.evertils.plist /Library/LaunchDaemonslaunchtl load -w /Library/LaunchDaemons/com.evertils.plist
If using *nix:
- Configure a cron job.
- Profit.