Sublime Text 3: OS X Command Line
The problem
Sublime Text 3 includes a command-line tool, subl. However, it does not work out of the box after you install the editor in OS X Yosemite.
My solution
After the installation, create a symbolic link to Sublime Text using this command:
ln -...
victorleungtw.hashnode.dev1 min read