Print fabulously in your terminal (in Nim).
Fab is a really cool text formatting package for Nim. Using Fab is super easy, it's as simple as:
import fab
echo blue("hey i'm blue!")
echo bold("this is bold text")
echo que("what?")
$ nimble install fab
NOTE: There is no Windows support (yet).
blue(), yellow(), red(), green(), white(), purple(), black(), cyan()
bold(), italics(), strike(), under()
que(), info(), run(), bad(), good()