diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-27 01:08:20 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-27 01:08:20 +0200 |
commit | fb29b1d5b9e3312affd1b0a997172c6b3008ce17 (patch) | |
tree | 1df20017665e8524deba476ad31fae1780167e6d | |
parent | 3a3313704ab7589c3fd0f939c4744e74cd4a78fe (diff) | |
download | blubcat-fb29b1d5b9e3312affd1b0a997172c6b3008ce17.tar blubcat-fb29b1d5b9e3312affd1b0a997172c6b3008ce17.tar.bz2 blubcat-fb29b1d5b9e3312affd1b0a997172c6b3008ce17.tar.zst |
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ # blubcat -Thing +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` |