Skip to content

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

 
 
 

Contributors

Languages

  • Java 68.5%
  • C 21.2%
  • Shell 7.5%
  • Makefile 2.7%
  • Batchfile 0.1%