Skip to content

Instantly share code, notes, and snippets.

@vancaem
Forked from ddeville/gist:dc6ba4346604ab4d6b65
Last active August 29, 2015 14:20
Show Gist options
  • Save vancaem/b6d520212f748c0834f6 to your computer and use it in GitHub Desktop.
Save vancaem/b6d520212f748c0834f6 to your computer and use it in GitHub Desktop.
tell application "Safari"
set current_tab to current tab of front window
set tab_title to name of current_tab
set tab_address to URL of current_tab
tell application "Spillo"
show create bookmark panel with properties {url:tab_address, title:tab_title}
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment