Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewen-lbh/hexstring
https://github.com/ewen-lbh/hexstring
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ewen-lbh/hexstring
- Owner: ewen-lbh
- License: mit
- Created: 2024-04-28T15:30:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T15:49:54.000Z (7 months ago)
- Last Synced: 2024-04-28T16:35:20.892Z (7 months ago)
- Language: Go
- Homepage: https://ewen.works/hexstring
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```