Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T22:18:00.000Z (over 5 years ago)
- Last Synced: 2024-04-26T00:24:40.354Z (9 months 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
[![Build Status](https://secure.travis-ci.org/cdepillabout/print-console-colors.svg)](http://travis-ci.org/cdepillabout/print-console-colors)
[![Hackage](https://img.shields.io/hackage/v/print-console-colors.svg)](https://hackage.haskell.org/package/print-console-colors)
[![Stackage LTS](http://stackage.org/package/print-console-colors/badge/lts)](http://stackage.org/lts/package/print-console-colors)
[![Stackage Nightly](http://stackage.org/package/print-console-colors/badge/nightly)](http://stackage.org/nightly/package/print-console-colors)
[![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)](./LICENSE)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](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!