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
- Host: GitHub
- URL: https://github.com/insolita/coloro
- Owner: Insolita
- License: mit
- Created: 2020-08-13T19:05:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T21:09:50.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T06:04:52.929Z (over 1 year ago)
- Topics: cli, command-line, command-line-tool, console, hacktoberfest, linux, python, python3, terminal, xterm
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Console Hex Color Highlighter
==================

### 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


