tldr/pages/common/krita.md

26 lines
456 B
Markdown
Raw Normal View History

2022-03-19 00:23:38 +00:00
# krita
> A sketching and painting program designed for digital artists.
2022-03-19 00:23:38 +00:00
> See also: `gimp`.
> More information: <https://docs.krita.org/en/reference_manual/linux_command_line.html>.
2022-05-16 13:38:04 +01:00
- Start Krita:
2022-03-19 00:23:38 +00:00
`krita`
2022-05-16 13:38:04 +01:00
- Open specific files:
2022-03-19 00:23:38 +00:00
2022-05-16 13:38:04 +01:00
`krita {{path/to/image1 path/to/image2 ...}}`
2022-03-19 00:23:38 +00:00
2022-05-16 13:38:04 +01:00
- Start without a splash screen:
2022-03-19 00:23:38 +00:00
2022-05-16 13:38:04 +01:00
`krita --nosplash`
2022-03-19 00:23:38 +00:00
2022-05-16 13:38:04 +01:00
- Start with a specific workspace:
2022-03-19 00:23:38 +00:00
`krita --workspace {{Animation}}`
2022-05-16 13:38:04 +01:00
- Start in fullscreen mode:
2022-03-19 00:23:38 +00:00
`krita --fullscreen`