I\'m trying to open a directory in sublime Text 3.
I can launch sublime from the command line using the subl
command.
The help text show the fol
MAC OSX Open terminal and run following command:
ln -s '/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl' /usr/local/bin/subl
The above command is needed only for first time. After this configuration, whenever you go to folder where your project is present, run following command:
subl .