Sublime Forum

Enabling command line functionality on Mac OS X

#1

Hi!

It is pretty easy to get Sublime Text 2 to start from the command line on Mac OS (just like TextMate’s “mate”), so I thought I would share. Open a terminal window and type the following commands:

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

Once you’ve run those commands the subl command should be available to you.

Cheers,
Max
@maxart

0 Likes