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.
-
haskell-awk
Transform text from the command-line using Haskell expressions. -
hledger-flow
An hledger workflow focusing on automated statement import and classification. -
hunt-server-cli
A Command line Interface for the Hunt server. -
getopt-generics
Create command line interfaces with ease -
hledger-iadd
A terminal UI as drop-in replacement for hledger add -
csv-to-qif
A small program that will read csv files and create qif files -
spelling-suggest
Spelling suggestion tool with library and command-line interfaces. -
hledger-diff
Compares the transactions in two ledger files. -
parseargs
Full-featured command-line argument parsing library. -
argparser
Command line parsing framework for console applications -
hledger-stockquotes
Generate HLedger Price Directives From Daily Stock Quotes. -
structured-cli
Application library for building interactive console CLIs -
hledger-makeitso
An hledger workflow focusing on automated statement import and classification. -
cmdtheline
Declarative command-line option parsing and documentation library. -
parse-help
generate command line arguments from a --help output
Get performance insights in less than 4 minutes
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.