Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save pauldougan/673c8439667f9ceaeec86968958dc578 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
@pauldougan
Copy link
Author

@bravegrape I turned our list of references into a markdown table => https://github.com/pauldougan/dcs-client-python-prototype#references

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment