markdown 从终端打开sublime

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 从终端打开sublime相关的知识,希望对你有一定的参考价值。

**For Sublime Text 3:**  

`open /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl`


You now need to create a symlink called sublime which links the subl CLI to a folder where your system usually looks to execute these binaries. To do this, type in:

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

**Open your bash profile**  
`open ~/.bash_profile`


and add  
`export PATH=/usr/local/bin:$PATH`

以上是关于markdown 从终端打开sublime的主要内容,如果未能解决你的问题,请参考以下文章

Mac 教程系列如何在 Mac 中用终端命令行方式打开 Sublime Text ?

sh 使用sublime从终端打开文件

从命令行在 sublime 中打开 git diff

sublime3 打开终端

Mac中设置Sublime快速在终端中使用命令打开项目

markdown 从备份还原Sublime设置