Forrest logo
back to context overview

neato

List of commands for neato:

  • neato:tldr:3e12d neato: Display help.
    $ neato -?
    try on your machine
    explain this command
  • neato:tldr:a9aaa neato: Render a `svg` image with the specified output filename (lowercase -o).
    $ neato -T ${svg} -o ${path-to-image-svg} ${path-to-input-gv}
    try on your machine
    explain this command
  • neato:tldr:d8704 neato: Render a `png` image with a filename based on the input filename and output format (uppercase -O).
    $ neato -T ${png} -O ${path-to-input-gv}
    try on your machine
    explain this command
back to context overview