First of all, thanks for this awesome piece of code !
I could not see a previous question related to that, hence, here it is:
Is it possible:
- to specify multiple values at the same time with
cfonts
- each value would have different option style
- and have them displayed on the same line ?
For example:
cfonts "hello" -f "simple3d" -c "red" "world" -f "3d" -c "green"
I'm using rust crate but this can be applicable to all cfonts flavor ?
(I tried multiple tests with render but did not succeed on reaching the result described above )
First of all, thanks for this awesome piece of code !
I could not see a previous question related to that, hence, here it is:
Is it possible:
cfontsFor example:
I'm using rust crate but this can be applicable to all
cfontsflavor ?(I tried multiple tests with
renderbut did not succeed on reaching the result described above )