jp2a
jp2a copied to clipboard
Truecolor support
I noticed that the tool generates the whole color palette when generating HTML but seems restricted to 16(?) colors when generating ANSI codes.
Modern terminals also support truecolor. It would be nice, if jp2a could generate text for them or even better if there is a flag to control the amount of colors to output (also for HTML). Here I found a good summary of truecolor support for terminals.
Definitely, but I'm not actively working on jp2a at the moment. Setting the "help wanted" label.
I used jp2a to generate truecolor output for terminals by making it output HTML and transforming that output using sed and bash string manipulation. Check out aic.sh#L358-L474 from here:
https://github.com/art-institute-of-chicago/aic-bash
