bilal-fazlani / rainbowcli   3.0.1

GitHub

Super simple terminal output colorizing for Scala

Scala versions: 3.x

rainbowcli

Super simple terminal output colorizing for Scala. Using it you can colorize any string for terminal output and was tested on Linux and OSX, not on windows and there it probably sux ;-)

Download

for sbt:

val rainbowcli =  "com.bilal-fazlani" % "rainbowcli" % "3.0.0"

libraryDependencies += rainbowcli

The library is published for Scala 3

Usage

Using rainbow is as simple as it gets:

import com.bilalfazlani.rainbowcli.*

given ColorContext = ColorContext(true)

println { "Warning, critical error!".red.bold }

For a list of available colors take a look at rainbow.scala

License

Public Domain - Just use it however you see fit.