Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions pages/common/cbonsai.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@

`cbonsai {{[-i|--infinite]}}`

- 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]}}`

- Append a message to the bonsai:

`cbonsai {{[-m|--message]}} "{{message}}"`
Expand Down