▲ | behnamoh 5 days ago | ||||||||||||||||
Are there no-mouse alternatives? I hate drawing lines and boxes using mouse and I wish there was a way to write the "structure" and have it generate the ASCII art for that. | |||||||||||||||||
▲ | Aissen 5 days ago | parent | next [-] | ||||||||||||||||
It was on HN recently, the open source text-to-diagram tool d2 just launched an ascii output mode: https://d2lang.com/blog/ascii/ | |||||||||||||||||
| |||||||||||||||||
▲ | jvinet 5 days ago | parent | prev | next [-] | ||||||||||||||||
Mermaid is great for this, though the output will be an image, not ASCII. | |||||||||||||||||
▲ | nonethewiser 5 days ago | parent | prev | next [-] | ||||||||||||||||
>I wish there was a way to write the "structure" and have it generate the ASCII art for that. How would what it generates be any different than what you wrote? | |||||||||||||||||
| |||||||||||||||||
▲ | PhilipRoman 5 days ago | parent | prev [-] | ||||||||||||||||
graph-easy? It doesn't give you a lot of control though |