rainbow

Print text to terminal with colors and effects

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

Version on this page:0.20.0.6@rev:1
LTS Haskell 22.18:0.34.2.2
Stackage Nightly 2024-04-27: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.0.6@sha256:2078279807bbf27cf7aa637ae8d01db5430f18f347305f096500a40e82d0aca9,1765

Module documentation for 0.20.0.6

Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2015-01-20(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.)