Skip to content
/ tdot Public
forked from sampsyo/tdot

simple terminal output for GraphViz

License

Notifications You must be signed in to change notification settings

swang203/tdot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Terminal GraphViz

Super silly hack to draw simple GraphViz graphs in ASCII art. Try it like this:

$ dot -Tjson0 -Gsplines=ortho -Nshape=plain < something.dot | python3 tdot.py

Those -Tjson0 -Gsplines=ortho options are required to make it work. -Nshape=plain merely helps.

About

simple terminal output for GraphViz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%