rainbow

Print text to terminal with colors and effects

https://www.github.com/massysett/rainbow

Version on this page:0.20.4.0@rev:1
LTS Haskell 22.19:0.34.2.2
Stackage Nightly 2024-05-01:0.34.2.2
Latest on Hackage:0.34.2.2

See all snapshots rainbow appears in

BSD-3-Clause licensed by Omari Norman
Maintained by [email protected]
This version can be pinned in stack with:rainbow-0.20.4.0@sha256:0e6c3cbe84690297e412a64ede4aa9f5b31f37e59b154b0b51cd0a6388c0e85d,1703

Module documentation for 0.20.4.0

Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2015-03-19(full list with versions):

rainbow helps you print Text chunks to a terminal with colors and effects such as bold, underlining, etc. You pair each Text with a description of how it should appear. Rainbow works with both 8-color and 256-color terminals.

rainbow uses the terminfo package which, in turn, needs the full C library for ncurses installed, including the development headers. Before installing terminfo, you may need to install the ncurses headers (for instance, on Debian systems, install the libncurses5-dev package.)