pygments-ansi-color icon indicating copy to clipboard operation
pygments-ansi-color copied to clipboard

ANSI color-code highlighting for Pygments

Results 5 pygments-ansi-color issues
Sort by recently updated
recently updated
newest added

This change simplify the usage of the custom formatter a lot. To reflect this I extensively edited the `README` and restructure it so `pygments-ansi-color` is easier to approach. At this...

After a year of usage in my [Click Extra project](https://github.com/kdeldycke/click-extra) and lots of pain trying to integrate it with Click, Sphinx and Furo, I finally reached a point where my...

There is a subset of ANSI styles that are not supported by `pygments-ansi-color`: - `dim` - `underline` - `overline` - `italic` - `blink` - `reverse` - `strikethrough` Here is for...

Over the last decade most terminals added support for ANSI-hyperlinks, which is a small extension of ANSI that allows inclusion of links by applications. A good resource about this can...