Skip to content

Instantly share code, notes, and snippets.

@sonkm3
Created December 7, 2011 05:11
Show Gist options
  • Save sonkm3/1441546 to your computer and use it in GitHub Desktop.
Save sonkm3/1441546 to your computer and use it in GitHub Desktop.
apple script make Evernote note(put to "clip" notebook) of specified url.
display dialog "url" default answer ""
set clipurl to text returned of result
tell application "Evernote"
create note from url clipurl notebook "clip"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment