@hackage clisparkline0.1.0.0

Tiny library to pretty print sparklines onto the CLI

  • Installation

  • Dependencies (1)

  • Dependents (0)

Print sparklines into the CLI. Example usage: > import System.Console.Sparkline > main = putStrLn . series2spark $ [0, 1, 2, 3, 2, 1] output is: > _▂▅█▅▂