I want to find a CLI text->png diagram renderer. It runs on Linux.<p>I have seen this software before, but I couldn't find it now. Maybe some of you know what the software is called?<p>## Example 1: https://envs.sh/Qfj.png<p>This diagram is created with something like
```
ellipse
line
ellipse
```<p>there is no concept of "edge/node" in this software.<p>## Example 2: https://envs.sh/Qfc.png<p>This diagram is created with something like
```
set direction to right
ellipse
set direction to down
ellipse
```<p>This behavior is different from graphviz.
maybe it is one of these <a href="https://news.ycombinator.com/item?id=33818511" rel="nofollow">https://news.ycombinator.com/item?id=33818511</a>