This is a terminal app that allows you to build ASCII diagrams using only the keyboard. It's a perfect tool to add diagrams to your code comments. See it in action: https://asciinema.org/a/653721
No reviews yetBe the first to leave a review for term-ascii-diagram
Maker
📌
I'm a visual person, and I easily express myself using diagrams. I thought, why not use diagrams in code comments? It has to be ASCII, and there are existing online solutions, but I want something simple in the terminal that allows me to use the keyboard. I couldn't find one, so I built this.
I know it could be sexier if written in Rust, but I used Python to keep it simple and approachable. It's less than 800 lines of code and fully type-annotated.
Let me know what you think!
EasySpeak