News

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.
Usage: render [options] Options: --input-file, --i Path to a docker-compose input file [default: "./docker-compose.yml"] --output-dot-file, --o Path to a dot output ...