dojacat
is meant to be a replacement to dotacat
. Most of the code is Stephen's (scd31) but I just added one bit to make it a rainbow of pink (hopefully)..
Pink!
Because Dojacat
If not, head over to the releases page and download the latest release. Then run:
chmod +x dojacat
sudo mv dojacat /usr/local/bin
USAGE:
dotacat [FLAGS] [OPTIONS] [files]...
ARGS:
<files>... Files to concatenate(`-` for STDIN)
FLAGS:
-h, --help Prints help information
-i, --invert Invert fg and bg
-V, --version Prints version information
OPTIONS:
-F, --freq <freq> Rainbow frequency [default: 0.1]
-S, --seed <seed> Rainbow seed, 0 = random [default: 0.0]
-p, --spread <spread> Rainbow spread [default: 1.0]
Examples:
dotacat f - g Output f's contents, then stdin, then g's contents.
fortune | dotacat Display a rainbow cookie.