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

34
gimp Normal file
View File

@@ -0,0 +1,34 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# gimp
> GNU image manipulation program.
> See also: `krita`.
> More information: <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>.
- Start GIMP:
`gimp`
- Open specific files:
`gimp {{path/to/image1 path/to/image2 ...}}`
- Open specific files in a new window:
`gimp --new-instance {{path/to/image1 path/to/image2 ...}}`
- Start without a splash screen:
`gimp --no-splash`
- Print errors and warnings to the console instead of showing them in a dialog box:
`gimp --console-messages`
- Enable debugging signal handlers:
`gimp --debug-handlers`