Created
November 4, 2012 15:49
-
-
Save SebAshton/4012358 to your computer and use it in GitHub Desktop.
Open Sublime text project from terminal
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
# | |
# If you haven't already use the command below to add the subl command to terminal | |
# | |
# sudo ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/bin/subl | |
# | |
# more commands here http://www.sublimetext.com/docs/2/osx_command_line.html | |
# | |
subl --project ~/path/to/project/name.sublime-project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment