print-console-colors: Print all ANSI console colors

[ bsd3, console, library, program ] [ Propose Tags ]

Print all ANSI console colors.

This is convenient when you are trying to set your console colors, for example when configuring Termonad.

For installation and usage instructions, see the README.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies ansi-terminal (>=0.9), base (>=4.7 && <5), print-console-colors [details]
License BSD-3-Clause
Copyright Copyright (c) 2019 Dennis Gosnell
Author Dennis Gosnell
Maintainer cdep.illabout@gmail.com
Category Console
Home page https://github.com/cdepillabout/print-console-colors#readme
Bug tracker https://github.com/cdepillabout/print-console-colors/issues
Source repo head: git clone https://github.com/cdepillabout/print-console-colors
Uploaded by cdepillabout at 2019-09-17T22:17:11Z
Distributions LTSHaskell:0.1.0.0, NixOS:0.1.0.0, Stackage:0.1.0.0
Executables print-console-colors
Downloads 823 total (15 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-09-17 [all 1 reports]

Readme for print-console-colors-0.1.0.0

[back to package description]

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!