ansi2html
ansi2html copied to clipboard
Convert text with ansi color codes to HTML
This project could really benefit from some love. I am looking for others that are willing to help maintaining it as my time is very limited these days. Please state...
Hi! I would like to use ansi2html on a machine running Python 3.7. However, I get the following crash: ``` Python 3.7.6 (tags/v3.7.6:43364a7ae0, Dec 19 2019, 00:42:30) [MSC v.1916 64...
The escaped characters in bash prompt are not decoded. Example I have the prompt $PS1 as follow: \[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\u@\h:\w\$ it shows, with a ring bell : ]0;ssd@lerman: ~ssd@lerman:~$ but it...
I ran across this processing the output from pytest. Its collection phase prints several messages, separating by carriage returns (0D). In the terminal, each of these lines overwrites the previous...
Hi. I have a tiny test. The next code puts a text in the bottom of terminal with [urwid](https://github.com/urwid/urwid): ```python import urwid def exit_on_q(key): if key in ('q', 'Q'): raise...
` --markup-lines` option should make line numbers visible and clickable, just like travis. This would allow users to share bookmarks pointing to specific line. I also think that the bookmark...
Not totally sure what's going on here, but this is diagnostic output from GCC 9: ``` ^[[01m^[[K/path/to/my/file.cpp:127:30:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kcomparison of integer expressions of different signedness: ~@~X^[[01m^[[Kunsgned int^[[m^[[K~@~Y and ~@~X^[[01m^[[Kint^[[m^[[K~@~Y [^[[01;35m^[[K-Wsign-compare^[[m^[[K]...
The ansi input in the cmd in Win10 is:  However the output html file is:  So what's wrong?
reset
This is a very fine script! Could you please handle reset? ``` # tput sgr0|hexdump -C 00000000 1b 28 42 1b 5b 6d |.(B.[m| ```