Shuffle command prints out an ASCII art picture with a cool shuffle effect.
You can also shuffle all text files, even with Unicode characters.
Usage:
shuffle SOURCE -s speed -c color
-s speed: 1 is fast and >500 very slow, -1 = immediately.
-c color: Must be in format: "r;g;b" or one of the standard colors: red, green, yellow, blue, magenta, cyan, orange, white, black, grey or just random.
-h show this help.
-v show version
Example: shuffle file.ascii -s 10 -c "50;255;50" prints file.ascii in bright green. shuffle file.ascii -s 50 -c orange prints it with standard color (orange).
meson:
mkdir builddir && meson setup builddir --buildtype=release --prefix=/usr/bin && meson compile -C builddir
make:
make
meson:
sudo meson install -C builddir
make:
sudo make install