Skip to content

Instantly share code, notes, and snippets.

@ulfst
Forked from brettkelly/InstallSendPdfToEvernote
Created February 10, 2014 14:35
Show Gist options
  • Save ulfst/8917015 to your computer and use it in GitHub Desktop.
Save ulfst/8917015 to your computer and use it in GitHub Desktop.
tell application "Finder"
try
set appPath to (path to application "Evernote" as text)
on error
display dialog "Couldn't find Evernote. Is it installed?"
end try
set printPath to (path to "dlib" from user domain as text) & "PDF Services"
make new alias at printPath to appPath with properties {name:"Send PDF to Evernote"}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment