Adds script that opens html parsed to stdin to browser

Jonathan Hodgson 4 years ago
parent 038252b4e8
commit eb81862ab5
  1. 3
      bin/.bin/pipebrowser

@ -0,0 +1,3 @@
#!/bin/bash
# From here: https://unix.stackexchange.com/a/86897
"$BROWSER" "data:text/html;base64,$(base64 -w 0 <&0)"
Loading…
Cancel
Save