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

Archive this repository, Jansi is part of Jline3 now #294

Open cstamas opened 1 month ago

cstamas commented 1 month ago

The OSS community have no resources to maintain too many sprinkled repositories, and JLine3 moved JAnsi into it.

Hence, this repository should be archived IMO.

The JAnsi is now part of Jline3: https://github.com/jline/jline3

Note: work is ongoing, but org.jline:jansi (OSGi bundle) will provide "drop in replacement" for org.fusesource:jansi artifact.