Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.14 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.14 KB

shuffle

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).

Build with meson or make:

meson:

mkdir builddir && meson setup builddir --buildtype=release --prefix=/usr/bin && meson compile -C builddir

make:

make

Install with meson or make:

meson:

sudo meson install -C builddir

make:

sudo make install

For Archlinux users: It is in the AUR now 'shuffle-ascii'.

shuffle.gif bytheway.gif Mermaid flowchart