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
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces. -
hledger-flow
An hledger/ledger-cli workflow focusing on automated statement import and classification -
docopt
A command-line interface description language and parser that will make you smile -
cmdargs
Haskell library for command line argument processing -
hunt-server-cli
A flexible, lightweight search platform -
hledger-iadd
A terminal UI as drop-in replacement for hledger add. -
getopt-generics
Create command line interfaces with ease -
termplot
▁▂▃▅▂▇ Plot time series in your terminal in real-time -
hflags
Command line flag parser for Haskell, conceptually very similar to Google's gflags -
hledger-stockquotes
Generate an HLedger Journal Containing Daily Stock & Crypto Quotes for your Commodities -
hledger-diff
Compares the transactions in two ledger files. -
spelling-suggest
spelling suggestion library and command line tool -
husky
husky is a command line shell for UNIX-like OS written in haskell. -
argparser
Command line parsing framework for console applications -
pasty
pasty is a linux command line tool written in Haskell for pasting from column centric plain text files. -
uniq-deep
alternative of unix uniq command. 'uniq-deep' detect repeated lines unless they are adjacent. -
structured-cli
Application library for building interactive console CLIs -
hledger-makeitso
An hledger workflow focusing on automated statement import and classification. -
parse-help
generate command line arguments from a --help output -
cmdtheline
Declarative command-line option parsing and documentation library.
Collect and Analyze Billions of Data Points in Real Time
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.