HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

inkmake — GNU Makefile-style SVG exporting using Inkscape's backend. More information: <https://github.com/wad

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandexportingmakefilestyleinkmakeclignusvg

Problem

How to use the inkmake command: GNU Makefile-style SVG exporting using Inkscape's backend. More information: <https://github.com/wader/inkmake#usage>.

Solution

inkmake — GNU Makefile-style SVG exporting using Inkscape's backend. More information: <https://github.com/wader/inkmake#usage>.

Export an SVG file executing the specified Inkfile:
inkmake {{path/to/Inkfile}}


Execute an Inkfile and show detailed information:
inkmake {{[-v|--verbose]}} {{path/to/Inkfile}}


Execute an Inkfile, specifying SVG input file(s) and an output file:
inkmake {{[-s|--svg]}} {{path/to/file.svg}} {{[-o|--out]}} {{path/to/output_image}} {{path/to/Inkfile}}


Use a custom Inkscape binary as the backend:
inkmake {{[-i|--inkscape]}} {{/Applications/Inkscape.app/Contents/Resources/bin/inkscape}} {{path/to/Inkfile}}


Display help:
inkmake {{[-h|--help]}}

Code Snippets

Export an SVG file executing the specified Inkfile

inkmake {{path/to/Inkfile}}

Execute an Inkfile and show detailed information

inkmake {{[-v|--verbose]}} {{path/to/Inkfile}}

Execute an Inkfile, specifying SVG input file(s) and an output file

inkmake {{[-s|--svg]}} {{path/to/file.svg}} {{[-o|--out]}} {{path/to/output_image}} {{path/to/Inkfile}}

Use a custom Inkscape binary as the backend

inkmake {{[-i|--inkscape]}} {{/Applications/Inkscape.app/Contents/Resources/bin/inkscape}} {{path/to/Inkfile}}

Display help

inkmake {{[-h|--help]}}

Context

tldr-pages: common/inkmake

Revisions (0)

No revisions yet.