blob: ca6955b731c93cf7287bc829d7d7fb4b591d3399 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# blubcat
A small Rust program that is like `cat` but colorizes the output according to
some pattern. Patterns can be composed in a modular manner.
## Usage
See `blubcat --help`. Or try an example:
- `blubcat -S red,green,blue -G red,green,blue -T --multiply -s 0.1 /etc/passwd`
- `blubcat -S red,green,blue -G red,green,blue -T --multiply -s 0.1 /etc/passwd`
- `blubcat -R -R -T --mix 0.5 -s 0.1 /etc/passwd`
- `fortune | cowsay | blubcat -R -t 0.8 0 -s 0.01 -r -0.125`
|