Skip to content

Instantly share code, notes, and snippets.

@psenger
Last active April 12, 2022 23:52
Show Gist options
  • Select an option

  • Save psenger/e02284ebeaf0d92ec3751e005f11fd72 to your computer and use it in GitHub Desktop.

Select an option

Save psenger/e02284ebeaf0d92ec3751e005f11fd72 to your computer and use it in GitHub Desktop.
[MarkDown Table of Contents / TOC to Clip Board Mac/OSX] #MacOS #MarkDown #Unix
mtoc() {
# now gives you a command mtoc "somemarkdown.md" to the clipboard
npx markdown-toc "$1" | pbcopy
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment