Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thomaswilley/89f72b1f450e4573513cfce526a665af to your computer and use it in GitHub Desktop.
Save thomaswilley/89f72b1f450e4573513cfce526a665af to your computer and use it in GitHub Desktop.
Show results of curl in firefox
alias ffshow='firefox "data:text/html;base64,$(base64 -w 0 <&0)"'
# usage: curl google.com | ffshow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment