No description
Find a file
2019-08-14 13:26:09 +02:00
src Custom table now extends default table 2019-08-14 13:26:09 +02:00
tests Custom table now extends default table 2019-08-14 13:26:09 +02:00
ansitohtml.nimble Initial commit 2019-07-26 14:57:56 +02:00
README.md Initial commit 2019-07-26 14:57:56 +02:00

ansitohtml

This small Nim library will take a string with ANSI escape codes and return a string where they are replaced by HTML span tags with style attributes. It currently supports all the various colour formats of the ANSI standard, along with styles like underlining and italics.