Forrest logo
back to context overview

sfdp

List of commands for sfdp:

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