ansi2html icon indicating copy to clipboard operation
ansi2html copied to clipboard

Convert text with ansi color codes to HTML

Results 24 ansi2html issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

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...

enhancement

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...

enhancement

` --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...

enhancement

https://example.org#foobar

bug

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]...

needs-info

The ansi input in the cmd in Win10 is: ![image](https://user-images.githubusercontent.com/22277258/34091457-b1264c7a-e3f8-11e7-8c39-7b9c7feae538.png) However the output html file is: ![image](https://user-images.githubusercontent.com/22277258/34091476-cef64926-e3f8-11e7-9cec-55e70d759819.png) So what's wrong?

needs-info

This is a very fine script! Could you please handle reset? ``` # tput sgr0|hexdump -C 00000000 1b 28 42 1b 5b 6d |.(B.[m| ```

needs-info