Forrest logo
back to context overview

osage

List of commands for osage:

  • osage:tldr:01c18 osage: Render a `svg` image with the specified output filename (lowercase -o).
    $ osage -T ${svg} -o ${path-to-image-svg} ${path-to-input-gv}
    try on your machine
    explain this command
  • osage:tldr:09fe8 osage: Render a `gif` image using `stdin` and `stdout`.
    $ echo "${digraph {this -> that} }" | osage -T ${gif} > ${path-to-image-gif}
    try on your machine
    explain this command
  • osage:tldr:51ac4 osage: Render a `png` image with a filename based on the input filename and output format (uppercase -O).
    $ osage -T ${png} -O ${path-to-input-gv}
    try on your machine
    explain this command
  • osage:tldr:cec89 osage: Display help.
    $ osage -?
    try on your machine
    explain this command
back to context overview