Last active
April 12, 2022 23:52
-
-
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
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
| 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