Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jbwhaley
Created June 23, 2013 21:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbwhaley/5846587 to your computer and use it in GitHub Desktop.
Save jbwhaley/5846587 to your computer and use it in GitHub Desktop.
This is a simple AppleScript I use with Hazel to send backups to Evernote.
tell application "Evernote"
activate
create note from file theFile notebook {"YOURNOTEBOOK"} tags {"tag1", "tag2", "tag3"}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment