Skip to content

Instantly share code, notes, and snippets.

@clauswitt
Created January 7, 2011 14:08
Show Gist options
  • Save clauswitt/769490 to your computer and use it in GitHub Desktop.
Save clauswitt/769490 to your computer and use it in GitHub Desktop.
using terms from application "Quicksilver"
on open thefiles
repeat with afile in thefiles
set afile to afile as text
tell application "VLC"
activate
OpenURL afile
play
fullscreen
end tell
end repeat
end open
end using terms from
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment