Last active
December 1, 2022 19:13
-
-
Save nitsanavni/6dfda6fd6189dd95cd0a0c2d52ef964d to your computer and use it in GitHub Desktop.
run code from README.md
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
alias runmd="<README.md marked -t | jaq -r '.[]|select(.type==\"code\")|.text' | fzf | rush {}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
inspiration: runme
tools used: marked, jaq, fzf, rush