OSX Sublime Text 2 Command Line Tools
As if you needed another reason to love Sublime Text 2…
The easy to install command line tools make opening files from the command line a breeze.
Install the command line tools (Assuming Sublime Text is installed in your Applications folder.
$ ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /[path_to_bin]/bin/subl
Now you’re all set! Test it out by opening your current directory
$ subl .
Head on over to Sublime Text’s docs to see a full list of available commands.