Created
May 11, 2019 20:54
-
-
Save thomaswilley/89f72b1f450e4573513cfce526a665af to your computer and use it in GitHub Desktop.
Show results of curl in firefox
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 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