Skip to content

Instantly share code, notes, and snippets.

@raine
Created August 4, 2013 23:56
Show Gist options
  • Select an option

  • Save raine/6152576 to your computer and use it in GitHub Desktop.

Select an option

Save raine/6152576 to your computer and use it in GitHub Desktop.
Open the current url of Google Chrome in VLC
property theURL : ""
tell application "Google Chrome"
set theURL to URL of active tab of window 1
end tell
tell application "System Events"
do shell script "Open -a VLC --args " & theURL
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment