colout icon indicating copy to clipboard operation
colout copied to clipboard

Color text streams with a polished command line interface

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

Sometimes, one want to use a colormap in reverse order. For example with the scale special colormap. Should we add an option to reverse (all the colormaps used in a...

enhancement
question

Permits a default configuration in files additionally to command lines arguments. For instance for indicating directories where to find themes and palettes.

enhancement
question

The idea here is to let the user specify which groups should be matched for the purposes of colouring. If unspecified, then use the existing behaviour (i.e., iterate through all...

enhancement

The usage for colout gives a misleading suggestion: ``` $ echo "fubar" | colout "fubar" Green; [colout] ERROR: Unknown color: Green (maybe you forgot to install python3-pygments?) $ pip install...

enhancement

I tried this example from the docs: ``` Color in yellow file permissions with read rights for everyone: ls -l | colout '.(r.-){3}' yellow normal ``` and noticed that in...

bug

## How to reproduce 1. Get the following script: ```bash #!/bin/bash echo -n "Enter Fullname: " read -r fullname echo "Hello $fullname" ``` 2. Execute it without `colout`. 3. Execute...