Skip to content

Instantly share code, notes, and snippets.

@zhangkn
Created May 4, 2018 01:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhangkn/7357c847faa86741cb49d136420b2f37 to your computer and use it in GitHub Desktop.
Save zhangkn/7357c847faa86741cb49d136420b2f37 to your computer and use it in GitHub Desktop.
macdown 打开文档的方式
# 方式一: 使用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