Created
September 5, 2014 05:28
-
-
Save bachya/4f861098e52f95cbee22 to your computer and use it in GitHub Desktop.
Simple Applescript to add a file to Evernote
This file contains 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 {"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