De uma das respostas em esta pergunta , encontrei < a href="http://rtomayko.github.io/bcat/bcat.1.html"> bcat
:
NAME
bcat - browser cat
DESCRIPTION
The bcat utility reads from standard input, or one or
more files, and pipes output into a web browser. file
may be '-', in which case standard input is concatenated
at that position.
When invoked as btee, all input is written immediately
to standard output in addition to being piped into
the browser.
Agora posso executar um script assim:
$ python foo.py | bcat
... e a saída HTML resultante é aberta em uma nova guia do Firefox!
No Ubuntu e em outras distribuições Linux baseadas no Debian, você pode instalar bcat
com este comando:
$ sudo aptitude install ruby-bcat