https://github.com/cdepillabout/print-console-colors
Print all the ANSI console colors for your terminal
https://github.com/cdepillabout/print-console-colors
ansi colors console escape hacktoberfest haskell show
Last synced: 3 months ago
JSON representation
Print all the ANSI console colors for your terminal
- Host: GitHub
- URL: https://github.com/cdepillabout/print-console-colors
- Owner: cdepillabout
- License: bsd-3-clause
- Created: 2019-09-17T20:53:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T22:18:00.000Z (almost 6 years ago)
- Last Synced: 2024-04-26T00:24:40.354Z (about 1 year ago)
- Topics: ansi, colors, console, escape, hacktoberfest, haskell, show
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/print-console-colors
- Size: 160 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# print-console-colors
[](http://travis-ci.org/cdepillabout/print-console-colors)
[](https://hackage.haskell.org/package/print-console-colors)
[](http://stackage.org/lts/package/print-console-colors)
[](http://stackage.org/nightly/package/print-console-colors)
[](./LICENSE)Print all the ANSI console colors for your terminal.
[](./img/example.png)
This program is useful when trying to set your terminal emulator colors, for
instance, when configuring [Termonad](https://github.com/cdepillabout/termonad).## Installation
`print-console-colors` is available on
[Hackage](http://hackage.haskell.org/package/print-console-colors). You can
install it with [`stack`](https://docs.haskellstack.org/en/stable/README/),
[`cabal`](https://www.haskell.org/cabal/), or [`nix`](https://nixos.org/nix/).- **Stack**:
```console
$ stack install print-console-colors
```- **Cabal**:
```console
$ cabal install print-console-colors
```- **Nix**:
```
$ nix-env -f '' -iA haskellPackages.print-console-colors
```## Usage
After installing it, just run the `print-console-colors` command!