1cbonsai(1) General Commands Manual cbonsai(1)
2
3
4
6 cbonsai - grow bonsai trees in your terminal
7
9 cbonsai [OPTION]...
10
12 cbonsai is a beautifully random bonsai tree generator.
13
15 -l, --live
16 live mode: show each step of growth
17
18 -t, --time=TIME
19 in live mode, wait TIME secs between steps of growth (must be
20 larger than 0) [default: 0.03]
21
22 -i, --infinite
23 infinite mode: keep growing trees
24
25 -w, --wait=TIME
26 in infinite mode, wait TIME between each tree generation [default:
27 4.00]
28
29 -S, --screensaver
30 screensaver mode; equivalent to -liWC and quit on any keypress
31
32 -m, --message=STR
33 attach message next to the tree
34
35 -b, --base=INT
36 ascii-art plant base to use, 0 is none
37
38 -c, --leaf=LIST
39 list of comma-delimited strings randomly chosen for leaves
40
41 -M, --multiplier=INT
42 branch multiplier; higher -> more branching (0-20) [default: 5]
43
44 -L, --life=INT
45 life; higher -> more growth (0-200) [default: 32]
46
47 -p, --print
48 print tree to terminal when finished
49
50 -s, --seed=INT
51 seed random number generator
52
53 -W, --save=FILE
54 save progress to file [default: ~/.cache/cbonsai]
55
56 -C, --load=FILE
57 load progress from file [default: ~/.cache/cbonsai]
58
59 -v, --verbose
60 increase output verbosity
61
62 -h, --help
63 show help
64
66 Maintained by John Allbritten <me@johnallbritten.com>, who is assisted
67 by other open source contributors. For more information about cbonsai
68 development, see <https://gitlab.com/jallbrit/cbonsai>.
69
70
71
72 2023-07-19 cbonsai(1)