`bonsai.sh` is a bonsai tree generator for the terminal, written entirely in `bash`. It intelligently creates, colors, and positions the tree, and is entirely configurable via CLI options- see [usage](#usage).
...
...
@@ -22,7 +22,7 @@ There are currently three supported modes: `static` (the default), `live` and `i
N.E. Neal was kind enough to package `bonsai.sh` in the AUR as [bonsai.sh-git](https://aur.archlinux.org/packages/bonsai.sh-git/).
E.g., via`Yaourt`:
Install via AUR helper, e.g.`Yaourt`:
```
yaourt -S bonsai.sh-git
...
...
@@ -61,6 +61,7 @@ optional args:
branching (0-20) [default: 5]
-L, --life INT life; higher -> more growth (0-200) [default: 28]
-s, --seed INT seed random number generator (0-32767)
-v, --verbose print information each step of generation