0.2.0 • Published 12 years ago

tail.io v0.2.0

Weekly downloads
22
License
-
Repository
github
Last release
12 years ago

tail.io

This tool is a browser based tail -f, read data from stdin then convert it to HTML and send it using Socket.IO.

How to install

npm install tail.io

How to use

Use tailio command with pipe.

$ (while :; do; date; sleep 1; done) | tailio
Server listening on port XXXXX

After server start, you can see output in http://127.0.0.1:XXXXX.

If you use Mac OS X, you can open browser after server start using with --exec open option.

$ (while :; do; date; sleep 1; done) | tailio --exec open
0.2.0

12 years ago

0.1.0

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago