hex2xterm
v0.1.0
Published
Convert hexadecimal colour codes to xterm colour codes
Readme
hex2xterm
Command-line utility for converting hexadecimal colour codes to xterm colour codes.
Installation
$ npm install hex2xtermUsage
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.
$ node_modules/.bin/hex2xterm '#abc123' def456
106
191