Files
cheatsheet-tldr/tldr/linux/drawing

22 lines
430 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# drawing
> Free basic raster image editor in GNOME desktop environment.
> More information: <https://maoschanz.github.io/drawing/>.
- Start Drawing:
`drawing`
- Open specific files:
`drawing {{path/to/image1 path/to/image2 ...}}`
- Open specific files in a new window:
`drawing --new-window {{path/to/image1 path/to/image2 ...}}`