Skip to content

Instantly share code, notes, and snippets.

@pauldougan
Created September 27, 2019 16:50
Show Gist options
  • Select an option

  • Save pauldougan/f1b113c6b079bfb4d29c64bacccfe81e to your computer and use it in GitHub Desktop.

Select an option

Save pauldougan/f1b113c6b079bfb4d29c64bacccfe81e to your computer and use it in GitHub Desktop.
Turn list of partials in dcs-pilot-docs into a markdown table
(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