0xf8
ce1f74886d
Add runtime configuration and a workaround for wrapped text
Signed-off-by: 0xf8 <0xf8.dev@proton.me>
rbtext
Pure-C alternative to something like lolcat
on linux.
build
gcc -o rbtext rbtext.c
OR
make
usage
./rbtext <text> [text...]
install
install -m755 rbtext /usr/bin
runtime configuration
This is done by setting environment variables
RBTEXT_FULLSCREEN
(default: Enabled) - Clear screen every print (useful for text that will wrap)
Description
Languages
C
96.8%
Makefile
3.2%