Crates.io | lcat |
lib.rs | lcat |
version | 0.7.14 |
source | src |
created_at | 2020-05-09 20:58:26.030608 |
updated_at | 2024-08-16 07:42:23.279472 |
description | Another lolcat in rust! Full unicode support, escapes for ANSI escape sequences, hue shift in Cubehelix. |
homepage | |
repository | https://github.com/davidkna/lcat-rs |
max_upload_size | |
id | 239394 |
size | 42,860 |
lolcat in rust! With emoji support and color transformations in the Cubehelix and OkHSV color space.
lcat
Terminal rainbows.
USAGE:
lcat [FLAGS] [OPTIONS] [File]...
ARGS:
<File>... [default: -]
FLAGS:
-h, --help Prints help information
-i, --invert Invert background and foreground
-n, --shift-sign-no-random Don't randomize sign of col and row shift values
-V, --version Prints version information
OPTIONS:
-H, --hue <hue> Sets initial hue of text color in degress [default: random]
-S, --seed <seed> Sets seed [default: random]
-C, --shift-col <shift-col> How many degrees to shift text color hue for every column [default: 1.6]
-R, --shift-row <shift-row> How many degrees to shift text color hue for every row [default: 3.2]
-s, --style <style> Rainbow mode [default: rainbow] [possible values: rainbow, sinebow, ok-hsv]