2021-10-15 00:37:56 +02:00
|
|
|
# cbonsai
|
|
|
|
|
2023-11-15 05:25:25 +01:00
|
|
|
> A beautifully random bonsai tree generator.
|
2021-10-15 00:37:56 +02:00
|
|
|
> More information: <https://gitlab.com/jallbrit/cbonsai>.
|
|
|
|
|
|
|
|
- Generate a bonsai in live mode:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`cbonsai {{[-l|--live]}}`
|
2021-10-15 00:37:56 +02:00
|
|
|
|
|
|
|
- Generate a bonsai in infinite mode:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`cbonsai {{[-i|--infinite]}}`
|
2021-10-15 00:37:56 +02:00
|
|
|
|
2025-08-13 03:26:38 +03:00
|
|
|
- Set the growth factor of the tree (default: 32):
|
|
|
|
|
|
|
|
`cbonsai {{[-L|--life]}} {{0..200}}`
|
|
|
|
|
|
|
|
- Set the branching factor of the tree (default: 5):
|
|
|
|
|
|
|
|
`cbonsai {{[-M|--multiplier]}} {{0..20}}`
|
|
|
|
|
|
|
|
- Run in screensaver mode (equivalent to `--live --infinite` but any keypress exits):
|
|
|
|
|
|
|
|
`cbonsai {{[-S|--screensaver]}}`
|
|
|
|
|
2021-10-15 00:37:56 +02:00
|
|
|
- Append a message to the bonsai:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`cbonsai {{[-m|--message]}} "{{message}}"`
|
2021-10-15 00:37:56 +02:00
|
|
|
|
|
|
|
- Display extra information about the bonsai:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`cbonsai {{[-v|--verbose]}}`
|
2021-10-15 00:37:56 +02:00
|
|
|
|
2024-01-30 01:55:24 -03:00
|
|
|
- Display help:
|
2021-10-15 00:37:56 +02:00
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`cbonsai {{[-h|--help]}}`
|