Is it possible to draw ASCII diagram using Graphviz?
Something like that:
digraph { this -> is this -> a a -> test }
Giv
Here is equivalent commands for linux:
First install cpanminus
sudo apt install cpanminus
After you can install GraphEasy
sudo cpanm Graph::Easy
Here is a sample usage
cat input.dot | graph-easy --from=dot --as_ascii