System Grab Bag

View all TLDR pages from common (or from all pages)

inkmake

GNU Makefile-style SVG exporting using Inkscape's backend. More information: https://github.com/wader/inkmake.
  • Export an SVG file executing the specified Inkfile:
    inkmake {{path/to/Inkfile}}
  • Execute an Inkfile and show detailed information:
    inkmake --verbose {{path/to/Inkfile}}
  • Execute an Inkfile, specifying SVG input file(s) and an output file:
    inkmake --svg {{path/to/file.svg}} --out {{path/to/output_image}} {{path/to/Inkfile}}
  • Specify a custom Inkscape binary to use as the backend:
    inkmake --inkscape {{/Applications/Inkscape.app/Contents/Resources/bin/inkscape}} {{path/to/Inkfile}}
  • Display help:
    inkmake --help

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.