colout icon indicating copy to clipboard operation
colout copied to clipboard

Color text streams with a polished command line interface

Results 16 colout issues
Sort by recently updated
recently updated
newest added

I've starting create color themes for kubectl commands. The first one is kubectl get pods. But I can't create some logic without custom color selectors (like Scale or Rainbow). For...

`setup.py` tries to read 'README.md', but no such file exists in the source dist package on PyPI. ``` $ python3.7 -mpip install --user colout Collecting colout Downloading https://files.pythonhosted.org/packages/3d/ba/3ef31c0df3ace69271cc8b1af6b529f24de66ff42c0d99a8d18aa980a307/colout-0.5.tar.gz (47kB) 100%...

I am developing a theme to colorize [Zabbix](https://www.zabbix.com) log files. What would be the best way to do it? Would you like me to create a pull request with this...

I use the command like this one: ``` $ ./my_script.py 2>&1 | colout -t cmake | colout -t g++ | colout -s Xml ``` Sometimes this command hangs. In the...

In some version of `colout`, I was able to write: ``` cat /proc/misc | colout cpu gray ``` And have the output formatted as gray. However, today it seems unable:...

http://bl.ocks.org/mbostock/310c99e53880faec2434

enhancement
help wanted
good first issue

CMake can use different backends, like make, ninja or other IDEs project files. Colout already has a separate theme for ninja, it should be the same for make. Cf. https://github.com/nojhan/colout/blob/master/colout/colout_cmake.py

bug
help wanted
good first issue

``` echo "pim pam poum"|colout -c p red,green.red [colout] ERROR: Unknown color: green.red (maybe you forgot to install python3-pygments?) ```

bug

I get an UnicodeEncodeError when I use colout with `less -R`. When I use `less` without options or just don't use `less` at all, everything goes fine: ``` $ cat...

question