clisparkline

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


Keywords
library, mit, Propose Tags , System.Console.Sparkline
License
MIT
Install
cabal install clisparkline