Skip to content

Instantly share code, notes, and snippets.

@swilliams
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swilliams/e16fc29d8942de489daf to your computer and use it in GitHub Desktop.
Save swilliams/e16fc29d8942de489daf to your computer and use it in GitHub Desktop.
Get Markdown Link from Safari
tell application "Safari"
set theURL to URL of current tab of window 1
set theTitle to name of current tab of window 1
set the clipboard to "[" & theTitle & "](" & theURL & ")"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment