Launch Sublime Text from Command Line On Mac Tue Feb 13 2018 From here. What you need to do is to create a symbolic link: 1234# Run the following command to craete the symbolic link:ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime# Run it.sublime ~/Documents/test.txt