busyloop / lolcat

Rainbows and unicorns!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature idea] - HTML output

pillepalle1 opened this issue · comments

The idea is to introduce a switch --html
which, instead of generating colored output, generates html code,
which, if interpreted by a browser, shows what lolcat prints on the console if invoked normally

commented

Nah, the resulting HMTL would be huge and inefficient.
Better to do that kind of thing in javascript.

I would be interested in colorized ASCI art and tried to do something like the following:

figlet utopify.org | lolcat | ansi2html > index.html

But the output is not colorized.

Does someone have a solution yet?