Skip to content

Instantly share code, notes, and snippets.

@xlarsx
Created September 4, 2015 07:10
Show Gist options
  • Save xlarsx/2c7fd24079eb0ba89e73 to your computer and use it in GitHub Desktop.
Save xlarsx/2c7fd24079eb0ba89e73 to your computer and use it in GitHub Desktop.
Evernote Handler
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