dotacat is meant to be a replacement to lolcat.
Speed!
$ time echo hi | lolcat
real 0m0.422s
user 0m0.393s
sys 0m0.028s
I use lolcat in my .bashrc
file, so this amount of time is not ideal for me.
In contrast:
``` time echo hi | dotacat
real 0m0.045s user 0m0.030s sys 0m0.020s
```
Because Dota is better than LoL (According to people - I play neither)
cargo install dotacat
``` USAGE: dotacat [FLAGS] [OPTIONS] [files]...
ARGS:
-
for STDIN)
FLAGS: -h, --help Prints help information -i, --invert Invert fg and bg -V, --version Prints version information
OPTIONS:
-F, --freq
Examples: dotacat f - g Output f's contents, then stdin, then g's contents. fortune | dotacat Display a rainbow cookie. ```