PrettyCat is a queercat/lolcat clone, written in rust.
Works like cat
, but adds its own pretty colors to the console output, such as pride flags!
Stipes of color can be based on a flag
Various presets are included (see prettycat --presets
for a full list!) and custom stripe patterns are supported using prettycat --custom
.
Alternatively, images can be used, with automatic resizing support. Here an exact height is given, since the default allows the image to scroll vertically.
PrettyCat can be installed system wide using
cargo install --path .
Otherwise, it can be compiled as a standalone executable usng:
cargo build --release