
patchwork
List of commands for patchwork:
-
patchwork:tldr:0b055 patchwork: Render a `svg` image with the specified output filename (lowercase -o).$ patchwork -T ${svg} -o ${path-to-image-svg} ${path-to-input-gv}try on your machineexplain this command
-
patchwork:tldr:18a0c patchwork: Display help.$ patchwork -?try on your machineexplain this command
-
patchwork:tldr:8113f patchwork: Render a `png` image with a filename based on the input filename and output format (uppercase -O).$ patchwork -T ${png} -O ${path-to-input-gv}try on your machineexplain this command
-
patchwork:tldr:88855 patchwork: Render a `gif` image using `stdin` and `stdout`.$ echo "${digraph {this -> that} }" | patchwork -T ${gif} > ${path-to-image-gif}try on your machineexplain this command