Created
May 4, 2018 01:46
-
-
Save zhangkn/7357c847faa86741cb49d136420b2f37 to your computer and use it in GitHub Desktop.
macdown 打开文档的方式
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 方式一: 使用open | |
# open -b com.sublimetext.3 ${postName} | |
# Opens with the specified application bundle identifier. com.uranusjr.macdown | |
open -b com.uranusjr.macdown ${postName} | |
# 方式二: 使用 /usr/local/bin/macdown,前提是设置Macdown的terminal属性 | |
devzkndeMacBook-Pro:kunnan.github.io.git devzkn$ macdown _posts/GithubPages/2018-05-04-Github_Pages_Useful_Tool.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment