fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.11k stars 140 forks source link

Added HtmlAnsiOutputStream for Jansi 2.x #212

Closed Osiris-Team closed 2 years ago

Osiris-Team commented 3 years ago

Based on the old HtmlAnsiOutputStream. All tests related to this passed.

Osiris-Team commented 3 years ago

@gnodet Is there anything I should change?

Osiris-Team commented 3 years ago

@gnodet Is there anything I should change?

Osiris-Team commented 3 years ago

@gnodet Is there anything I should change?

Osiris-Team commented 2 years ago

So is this going to be implemented or should I close the PR? I really tried to make all the demanded changes :/

gnodet commented 2 years ago

So is this going to be implemented or should I close the PR? I really tried to make all the demanded changes :/

Yes, and I tried to help you having something that works for you... But I still don't think there's enough usage for that. I'm fine with the PR as a reference in case someone needs the same feature. If that's really the case, I could eventually revisit and bring it back into the main tree.

dwlabcube commented 2 years ago

i would really much like this feature also

Osiris-Team commented 2 years ago

@dwlabcube Created a fork with the feature: https://github.com/Osiris-Team/jansi

dwlabcube commented 2 years ago

@Osiris-Team i saw that, but there are no maven releases available unfortunately for your fork. i managed to get it working anyway but i prefer having it implemented in master also

Osiris-Team commented 2 years ago

@dwlabcube yeah its done over jitpack. How to add the dependency is shown in the readme though.