rainbox: Two-dimensional box pretty printing, with colors

[ bsd3, library, system ] [ Propose Tags ]

Prints boxes in two dimensions, with colors. Boxes are automatically padded with necessary whitespace.

For more information, please see the Haddock documentation and

http://www.github.com/massysett/rainbox


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.4.0.0, 0.4.0.2, 0.4.0.4, 0.6.0.0, 0.6.0.2, 0.8.0.0, 0.10.0.0, 0.10.0.2, 0.12.0.0, 0.14.0.0, 0.16.0.0, 0.18.0.0, 0.18.0.2, 0.18.0.4, 0.18.0.6, 0.18.0.8, 0.18.0.10, 0.20.0.0, 0.22.0.0, 0.24.0.0, 0.24.2.0, 0.24.4.0, 0.26.0.0
Change log changelog
Dependencies base (>=4.8.0.0 && <5), bytestring (>=0.10), containers (>=0.5.5), microlens-th (>=0.3.0.2), rainbow (>=0.26), text (>=0.11.3.1) [details]
License BSD-3-Clause
Copyright Copyright 2014-2016 Omari Norman
Author Omari Norman
Maintainer omari@smileystation.com
Category Text
Home page http://www.github.com/massysett/rainbox
Bug tracker http://www.github.com/massysett/rainbox/issues
Source repo head: git clone https://github.com/massysett/rainbox.git
Uploaded by OmariNorman at 2016-04-11T20:57:09Z
Distributions LTSHaskell:0.26.0.0, NixOS:0.26.0.0, Stackage:0.26.0.0
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 15145 total (69 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-04-11 [all 1 reports]

Readme for rainbox-0.18.0.8

[back to package description]

Rainbox

Provides pretty printing of boxes in two dimensions. Rainbox is useful for console programs that need to format tabular data.

On Hackage

https://hackage.haskell.org/package/rainbox

Documentation

In addition to the Haddock documentation, a tutorial is available in the Rainbox.Tutorial module.

Portability

There's nothing unportable in Rainbox; however, it does use Rainbow which is only tested on UNIX-like systems.

Tests

You can simply use "cabal test". However, I recommend that you do:

cabal configure --enable-tests
cabal build
dist/build/rainbox-properties/rainbox-properties
dist/build/rainbox-visual/rainbox-visual

The last test, rainbox-visual, relies on you to examine the output and make sure it looks correct.

Tests are also run on Travis:

Build Status

and although you can see the output of rainbox-visual there, it's not formatted quite right on Travis.

At this time, Rainbox is verified to work with GHC versions in the 7.8 series and the 7.10 series.

License

Rainbox is licensed under the BSD license; please see the LICENSE file.