Hacker News new | ask | show | jobs
by eta_carinae 4961 days ago
Something the article misses: Sublime Text 2 already comes with a command line front end called "subl". Just copy it in your favorite bin/ directory and you can open your files with it from any shell.
1 comments

Even better: use a symlink.

You won't have to copy each update.

    ln -s target link
thus:

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