bcat -- pipe to browser utility

posté le 29 juin 2010 à 22h40 .

Ryan Tomayko has just released a cool tool for all the command line fan ! bcat is a utility that allow to stream text and HTML to your browser of choice.

You’ll be able to

markdown README.md |bcat
pygmentize -Ofull,style=colorful -f html main.c |bcat
tail -n 1000 -f log/development.log |bcat

Neat.