Created
September 4, 2015 07:10
-
-
Save xlarsx/2c7fd24079eb0ba89e73 to your computer and use it in GitHub Desktop.
Evernote Handler
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
on run {input, parameters} | |
repeat with this_item in the input | |
set the item_info to info for this_item | |
tell application id "com.evernote.evernote" | |
activate | |
create note from file this_item | |
end tell | |
end repeat | |
return input | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment