Created
December 9, 2014 22:24
-
-
Save ahaywood/a39e54316b0434aa1860 to your computer and use it in GitHub Desktop.
Evernote / Hazel Apple Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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