Created
December 30, 2011 22:24
-
-
Save avhm/1541764 to your computer and use it in GitHub Desktop.
Open current folder in Sublime Text 2 - Add this to your finder Toolbar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Finder" | |
set thisFolder to (target of front window) as Unicode text | |
set posixPath to quoted form of POSIX path of thisFolder | |
do shell script "/Applications/Sublime\\ Text\\ 2.app/Contents/SharedSupport/bin/subl " & posixPath | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment