Let’s work together

Feel free to send me an email at [email protected]

Research Campus 18
3500 Hasselt
Belgium

Open folder in Sublime on Mac


Open folder in Sublime on Mac

Here’s a short snippet for Sublime on Mac. Use this to open a folder in Sublime.

Via Finder
Open Automater and add a new shell script, here’s a screen

/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl -n $@

Via Terminal

ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/local/bin/sublime