shuffle is a powerful CLI tool that transforms any ASCII art into an eye-catching display with cool shuffle effects. Effortlessly shuffle text files, supporting Unicode characters and vibrant color options for enhanced creativity. Ideal for developers and artists looking to add flair to their terminal output.
The shuffle command line interface (CLI) tool brings dynamic ASCII art to life, featuring an engaging shuffle effect that transforms static images into captivating displays. This utility allows users to shuffle through text files, including those containing Unicode characters, providing a versatile solution for visual representation of data and creativity in the terminal.
The tool can be executed with the following command structure:
shuffle SOURCE -s speed -c color
1 indicates a fast shuffle, and values greater than 500 represent a much slower pace. Setting -1 triggers an immediate shuffle.shuffle file.ascii -s 10 -c "50;255;50"
shuffle file.ascii -s 50 -c orange
Meson: To build with Meson, execute the following commands:
mkdir builddir && meson setup builddir --buildtype=release --prefix=/usr/bin && meson compile -C builddir
Make: Alternatively, you can build using Make:
make
**Installation commands for Meson and Make: ** For installation, you can use:
sudo meson install -C builddir
sudo make install
For Arch Linux users, the utility is available in the AUR as 'shuffle-ascii'.
Visit the GutHub project page for some visual representations.
No comments yet.
Sign in to be the first to comment.