Check the mainteined version here on Codeberg
Bash script to help Alice on Alice's Nightmare in Wonderland
This script is intended to be used in conjunction with the bookgame: Alice's Nightmare in Wonderland
Open a terminal and follow the instructions below
It's a bash script so you can only download the script:
curl -LJO https://raw.githubusercontent.com/nothingbutlucas/help_alice/main/help_alice.shThen give it permissions
chmod 744 help_alice.shReady to use! (See the usage section below)
./help_alice.shBy default it will try to run whiptail. If it is not available, you can install it or use it on CLI.
If you want to see all the available options:
./help_alice.sh -h❯ ./help_alice.sh -h
help_alice.sh
Usage: help_alice.sh [options]
Options:
	-t <text>   Text to convert
	-c          Use CLI mode
	-f          Fast mode, no progress bar
	-h          Show this help panelWhiptail's examples:
The output will be:
Hope you like it.
Goodluck!

