Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

29
inkmake Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`
- Use a custom Inkscape binary as the backend:
`inkmake --inkscape {{/Applications/Inkscape.app/Contents/Resources/bin/inkscape}} {{path/to/Inkfile}}`
- Display help:
`inkmake --help`