Skip to content

Instantly share code, notes, and snippets.

@liaoyw
Created August 8, 2016 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liaoyw/58d52d199d78f1ad57de05ab343af039 to your computer and use it in GitHub Desktop.
Save liaoyw/58d52d199d78f1ad57de05ab343af039 to your computer and use it in GitHub Desktop.
# open macdown from terminal
# from https://github.com/MacDownApp/macdown/wiki/Advanced-Usage
macdown() {
"$(mdfind kMDItemCFBundleIdentifier=com.uranusjr.macdown | head -n1)/Contents/SharedSupport/bin/macdown" $@
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment