0.2.0 • Published 11 years ago

webpager v0.2.0

Weekly downloads
6
License
-
Repository
-
Last release
11 years ago

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