Skip to content

Instantly share code, notes, and snippets.

@SebAshton
Created November 4, 2012 15:49
Show Gist options
  • Save SebAshton/4012358 to your computer and use it in GitHub Desktop.
Save SebAshton/4012358 to your computer and use it in GitHub Desktop.
Open Sublime text project from terminal
#
# 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