(Forked from yolo.sh that works on mac)
Makes little scrolly text jiffs in Flywheel colors.
- imagemagick
sudo apt install imagemagick
- gifsicle
sudo apt install gifsicle
- u linux
usage: ./yolo.sh [options] <message>
Options:
-h Show this help message
-o <output.gif> Path to output gif. Default: output.gif
-c <color> Choose color set, valid options are:
red, orange, yellow, green, blue, purple,
pink, black, white. Default: blue
-d <delay> Delay between frames. Default: 6
-s <step> How many pixels to step each frame. Default: 10
-H <height> Image height. Default: 128
-f <font name> The font name. Default: helvetica
-w Force white text color
$ yolo.sh -c orange -o gtfo.gif GTFO
For macos users with homebrew: