Skip to content

Commit 8c6c404

Browse files
committed
readme
1 parent aa7f916 commit 8c6c404

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# gobonsai
22

3-
A bonsai tree generator, written in using [tcell](https://github.com/gdamore/tcell).
3+
A bonsai tree generator ([cbonsai](https://gitlab.com/jallbrit/cbonsai) ported to go)
4+
5+
[![asciinema](https://i.imgur.com/NPYjcwG.png)](https://asciinema.org/a/V6Di0zHxIKxU8T43fFSrMUSBj)
46

57
---
68

@@ -10,7 +12,7 @@ Usage:
1012
1113
Examples:
1214
gobonsai -p --seed 42
13-
gobonsai -l -w 1s -L 48 -M 3
15+
gobonsai -l -L 48 -M 3
1416
gobonsai --msg "hi" --msg-y 20
1517
gobonsai -S -c "&,@,§,$,%,☘️,🌿,🍎,💚,🟢,🟩"
1618
@@ -31,14 +33,13 @@ Flags:
3133
-M, --multiplier int branch multiplier higher -> more branching (0-20) (default 5)
3234
-L, --life int life higher -> more growth (0-127) (default 32)
3335
-p, --print print first tree to stdout and exit immediately
34-
-n, --no-color disable all colors
3536
-s, --seed int seed random number generator (default random)
3637
-h, --help show help
3738
```
3839

3940
---
4041

41-
[gobonsai](https://github.com/nothub/gobonsai) is a port of [cbonsai](https://gitlab.com/jallbrit/cbonsai)
42-
(which was written in `C` and was itself a port of [bonsai.sh](https://gitlab.com/jallbrit/bonsai.sh)
43-
(which was written in `bash` and was itself a port of [bonsai](https://avelican.github.io/bonsai/)
44-
(which was written in `javascript`))).
42+
[gobonsai](https://github.com/nothub/gobonsai) is a `go` port of
43+
[cbonsai](https://gitlab.com/jallbrit/cbonsai) (written in `C` and itself a port of
44+
[bonsai.sh](https://gitlab.com/jallbrit/bonsai.sh) (written in `bash` and itself a port of
45+
[bonsai](https://avelican.github.io/bonsai/) (written in `javascript`))).

0 commit comments

Comments
 (0)