Skip to content

Instantly share code, notes, and snippets.

@bachya
Created September 5, 2014 06:02
Show Gist options
  • Save bachya/3071a1d87ebb31473167 to your computer and use it in GitHub Desktop.
Save bachya/3071a1d87ebb31473167 to your computer and use it in GitHub Desktop.
A slightly modified version of https://gist.github.com/bachya/4f861098e52f95cbee22 (for receipts in Evernote)
tell application "Evernote"
activate
create note from file theFile notebook {"Personal"} tags {"receipt/statement"}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment