Forrest logo
back to context overview

twopi

List of commands for twopi:

  • twopi:tldr:17b35 twopi: Render a `png` image with a filename based on the input filename and output format (uppercase -O).
    $ twopi -T ${png} -O ${path-to-input-gv}
    try on your machine
    explain this command
  • twopi:tldr:870c1 twopi: Render a `svg` image with the specified output filename (lowercase -o).
    $ twopi -T ${svg} -o ${path-to-image-svg} ${path-to-input-gv}
    try on your machine
    explain this command
  • twopi:tldr:a40cc twopi: Render a `gif` image using `stdin` and `stdout`.
    $ echo "${digraph {this -> that} }" | twopi -T ${gif} > ${path-to-image-gif}
    try on your machine
    explain this command
  • twopi:tldr:ff20e twopi: Display help.
    $ twopi -?
    try on your machine
    explain this command
back to context overview