Skip to content

Instantly share code, notes, and snippets.

@jugyo
Last active December 16, 2015 05:39
Show Gist options
  • Save jugyo/5386275 to your computer and use it in GitHub Desktop.
Save jugyo/5386275 to your computer and use it in GitHub Desktop.
AppleScript for LaunchBar which opens file in Sublime Text
on handle_string(theString)
do shell script "~/bin/subl " & theString
end handle_string
@sakuro
Copy link

sakuro commented Apr 15, 2013

tell application "Sublime Text 2" to open theString とか。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment