Skip to content

theonlyjohnny/dot-term-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot Term Visualizer

Description

Dot Term Visualizer is a Golang CLI tool that renders Graphviz dotfiles directly in the terminal. Useful for debugging Python memory leaks, debugging graphics pipelines and any other Graphviz usecase.

Unlike other Graphviz visualizers, this tool renders direct to stdout. I do much of my work via remote SSH connection, and I got sick of generating dotfiles on a remote host, converting them to images, then SCPing them to my local system to view them.

TODO (PRs welcome!):

  • Rename this project
  • Properly render multiple dotfiles
  • Fix scaling/render math in rect.go
  • Redirect log output to file so the tscreen doesn't take it over
  • Scrolling
  • More shapes!

Releases

No releases published

Packages

No packages published

Languages