1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:46:00 +02:00

drawing: add page (#8023)

This commit is contained in:
Emily Grace Seville 2022-04-25 06:52:45 +10:00 committed by GitHub
parent df45659cd5
commit beff71015a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/linux/drawing.md Normal file
View file

@ -0,0 +1,16 @@
# 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 ...}}`