mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 04:57:24 +00:00
Update cheatsheets
This commit is contained in:
34
gimp
Normal file
34
gimp
Normal 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`
|
||||
Reference in New Issue
Block a user