0.1.0 • Published 9 years ago

hex2xterm v0.1.0

Weekly downloads
1
License
WTFPL
Repository
github
Last release
9 years ago

hex2xterm

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

Installation

$ 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.

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