Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidchambers/hex2xterm

:rainbow: Convert hexadecimal colour codes to xterm colour codes
https://github.com/davidchambers/hex2xterm

Last synced: 30 days ago
JSON representation

:rainbow: Convert hexadecimal colour codes to xterm colour codes

Awesome Lists containing this project

README

        

# hex2xterm

Command-line utility for converting hexadecimal colour codes to xterm colour
codes.

### Installation

```console
$ npm install hex2xterm
```

### Usage

Provide any number of hexadecimal colour codes as command-line arguments. For
each, the nearest xterm colour code is written to stdout on its own line.

```console
$ node_modules/.bin/hex2xterm '#abc123' def456
106
191
```