https://github.com/lennart1978/shuffle
A CLI command to print an ASCII art picture with cool shuffle effect
https://github.com/lennart1978/shuffle
c cli-app fun funny linux
Last synced: 5 months ago
JSON representation
A CLI command to print an ASCII art picture with cool shuffle effect
- Host: GitHub
- URL: https://github.com/lennart1978/shuffle
- Owner: Lennart1978
- License: mit
- Created: 2024-08-25T04:44:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T15:57:23.000Z (6 months ago)
- Last Synced: 2025-04-05T11:34:20.140Z (6 months ago)
- Topics: c, cli-app, fun, funny, linux
- Language: C
- Homepage:
- Size: 22.3 MB
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
mkdir builddir && meson setup builddir --buildtype=release --prefix=/usr/bin && meson compile -C builddir
```make:
```bash
make
```## Install with meson or make:
meson:
```bash
sudo meson install -C builddir
```make:
```bash
sudo make install
```## For Archlinux users: It is in the AUR now 'shuffle-ascii'.
![]()
![]()
![]()