Skip to content

Instantly share code, notes, and snippets.

@bachya
Created September 5, 2014 05:28
Show Gist options
  • Save bachya/4f861098e52f95cbee22 to your computer and use it in GitHub Desktop.
Save bachya/4f861098e52f95cbee22 to your computer and use it in GitHub Desktop.
Simple Applescript to add a file to Evernote
tell application "Evernote"
activate
create note from file theFile notebook {"Personal Archive"} tags {"receipt/statement"}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment