Popularity
5.0
Growing
Activity
0.0
Stable
10
4
0

Monthly Downloads: 15
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Console    
Latest version: v0.1.0.0

print-console-colors alternatives and similar packages

Based on the "Console" category.
Alternatively, view print-console-colors alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of print-console-colors or a related project?

Add another 'Console' Package

README

print-console-colors

Build Status Hackage Stackage LTS Stackage Nightly [BSD3 license](./LICENSE)

Print all the ANSI console colors for your terminal.

[[Picture showing how the program looks](./img/example.png)](./img/example.png)

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!


*Note that all licence references and agreements mentioned in the print-console-colors README section above are relevant to that project's source code only.