BSD-3-Clause licensed by Dennis Gosnell
Maintained by [email protected]
This version can be pinned in stack with:print-console-colors-0.1.0.0@sha256:8e5cbdc4394d6f5bd9188bdcc112f4a866c3b89d8d559ba872df0e96511d4469,2001

Module documentation for 0.1.0.0

Used by 1 package in nightly-2019-12-08(full list with versions):

print-console-colors

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

Print all the ANSI console colors for your terminal.

Picture showing how the program looks

This program is useful when trying to set your terminal emulator colors, for instance, when configuring Termonad.

Installation

print-console-colors is available on Hackage. You can install it with stack, cabal, or nix.

  • Stack:

    $ stack install print-console-colors
    
  • Cabal:

    $ cabal install print-console-colors
    
  • Nix:

    $ nix-env -f '<nixpkgs>' -iA haskellPackages.print-console-colors
    

Usage

After installing it, just run the print-console-colors command!

Changes

Changelog for print-console-colors

0.1.0.0

  • Initial relase.