Posts Tagged “terminal”
Running SublimeText 2 from Terminal on Mac OSX
by admin on November 7, 2011
Invoke the following command: $ sudo ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/bin/subl Now, you can use something like: $ subl . to open up current folder with SublimeText
Automatically Setting Terminal’s Window Title to Current Path
by admin on November 6, 2011
While in hacking mood (read Terminal mode), I often end up using multiple terminal tabs. Switching between the tabs are a little pain as every terminal (at least, those I know of) set their title to some non-sense static text. (…)