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

https://github.com/insolita/coloro

A console tool for output text with highlighted hex colors
https://github.com/insolita/coloro

cli command-line command-line-tool console hacktoberfest linux python python3 terminal xterm

Last synced: about 1 year ago
JSON representation

A console tool for output text with highlighted hex colors

Awesome Lists containing this project

README

          

Console Hex Color Highlighter
==================

![Screen1](./img/cli1.png)

### Installation

`pip3 install coloro --user`

### Features

- Output text with highlighted hex colors from string/piped text/clipboard

### Usage Examples

- `coloro 'some #fff text #c574dd with colors'` Highlight from arg

- `coloro -n 'some ffccff text ef42f0 with colors'` Allow highlights for colors without '#' prefix

- `coloro -c` Highlight text from clipboard

- `coloro /some/file/with/colors.txt` Highlight file

- `cat /some/file.css | coloro` Highlight from pipe

### Screens

![Screen2](./img/cli2.png)

![Screen3](./img/cli4.png)

![Screen4](./img/cli3.png)