webpager
v0.2.0
Published
Pipes html from stdin into a browser tab
Downloads
3
Readme
Webpager
Pipe html chunks to the browser:
$ echo "<h1>beep</h1>" | webpager
$ echo "*beep*" | markdown | webpager
Heavily inspired by bcat by Ryan Tomayko which was in turn inspired by TextMate's html output by Allan Odgaard.
Install
npm install -g webpager
Todo
- peek at incoming stream;
- don't include a html header if the stream already does;
- if the stream doesn't look like html then send as plaintext