Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Created December 9, 2014 22:24
Show Gist options
  • Save ahaywood/a39e54316b0434aa1860 to your computer and use it in GitHub Desktop.
Save ahaywood/a39e54316b0434aa1860 to your computer and use it in GitHub Desktop.
Evernote / Hazel Apple Script
tell application "Evernote"
activate
create note from file theFile notebook {"!! INBOX"}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment