Render a gif image using stdin and stdout

neato

  • Render an image of a `linear undirected` network graph from a `graphviz` file.
    Layouts: `dot`, `neato`, `twopi`, `circo`, `fdp`, `sfdp`, `osage` & `patchwork`.
    More information: <https://graphviz.org/doc/info/command.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

echo "{{graph {this -- that} }}" | neato -T {{gif}} > {{path/to/image.gif}}

click the source code to copy install neato on any operating system with command-not-found.com