Skip to content
forked from fusesource/jansi

Fork of Jansi which allows Ansi to Html conversion.

License

Notifications You must be signed in to change notification settings

Osiris-Team/jansi

 
 

Repository files navigation

Fork of Jansi which allows Ansi to Html conversion. Quick example:

String ansiAsHtml = new UtilsAnsiHtml().convertAnsiToHtml(ansi);

Also contains additional fixes for:

  • JVM crashes due to systemInstall() when running javaw (no terminal), read more here.

Installation

Contribute & Build

  • All contributions are welcome, but create an issue first before making major changes.
  • Execute mvn clean install -DskipTests -Dgpg.skip in the project root to create a runnable jar which is located in /target. Note that on most IDEs you simply need to create a maven execution profile and insert only the arguments above (stuff without mvn).

About

Fork of Jansi which allows Ansi to Html conversion.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 67.5%
  • C 22.0%
  • Shell 7.8%
  • Makefile 2.6%
  • Batchfile 0.1%