Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ewen-lbh/hexstring


https://github.com/ewen-lbh/hexstring

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# hexstring

A small CLI to convert colors in CSS notations to #-prefixed hex strings.

## Installation

```sh
go install github.com/ewen-lbh/hexstring@latest
```

## Examples

```shell
$ hexstring cyan red
#00ffff #ff0000
```

```shell
$ hexstring -H yellow
ffff00
```