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.
-
hledger-flow
An hledger/ledger-cli workflow focusing on automated statement import and classification -
hledger-stockquotes
Generate an HLedger Journal Containing Daily Stock & Crypto Quotes for your Commodities -
uniq-deep
alternative of unix uniq command. 'uniq-deep' detect repeated lines unless they are adjacent. -
pasty
pasty is a linux command line tool written in Haskell for pasting from column centric plain text files.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of print-console-colors or a related project?
README
print-console-colors
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.