cbonsai
all
A beautifully random bonsai tree generator. See also: `cmatrix`, `asciiquarium`, `pipes.sh`.
More info →Options (8)
-l, --livebooleanGenerate a bonsai in live mode
Example:
cbonsai {{[-l|--live]}}-i, --infinitebooleanGenerate a bonsai in infinite mode
Example:
cbonsai {{[-i|--infinite]}}-L, --lifebooleanSet the growth factor of the tree (default: 32)
Example:
cbonsai {{[-L|--life]}} {{0..200}}-M, --multiplierbooleanSet the branching factor of the tree (default: 5)
Example:
cbonsai {{[-M|--multiplier]}} {{0..20}}-S, --screensaverbooleanRun in screensaver mode (equivalent to `--live --infinite` but any keypress exits)
Example:
cbonsai {{[-S|--screensaver]}}-m, --messagebooleanAppend a message to the bonsai
Example:
cbonsai {{[-m|--message]}} "{{message}}"-v, --verbosebooleanDisplay extra information about the bonsai
Example:
cbonsai {{[-v|--verbose]}}-h, --helpbooleanDisplay help
Example:
cbonsai {{[-h|--help]}}Examples (8)
Generate a bonsai in live mode
cbonsai [-l|--live]Generate a bonsai in infinite mode
cbonsai [-i|--infinite]Set the growth factor of the tree (default: 32)
cbonsai [-L|--life] 0..200Set the branching factor of the tree (default: 5)
cbonsai [-M|--multiplier] 0..20Run in screensaver mode (equivalent to `--live --infinite` but any keypress exits)
cbonsai [-S|--screensaver]Append a message to the bonsai
cbonsai [-m|--message] "message"Display extra information about the bonsai
cbonsai [-v|--verbose]Display help
cbonsai [-h|--help]made by @shridhargupta | data from tldr-pages