Created
September 27, 2019 16:50
-
-
Save pauldougan/f1b113c6b079bfb4d29c64bacccfe81e to your computer and use it in GitHub Desktop.
Turn list of partials in dcs-pilot-docs into a markdown table
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
| (echo standard,uri; sort source/partials/_links.erb | egrep "https" | gsed -E -e "s/^\[(.*)\]: +(.*)$/ \1,\2 /" -e "/^$/d" ) | csvlook | pbcopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment