diff --git a/pages/linux/drawing.md b/pages/linux/drawing.md new file mode 100644 index 000000000..d8494b842 --- /dev/null +++ b/pages/linux/drawing.md @@ -0,0 +1,16 @@ +# drawing + +> Free basic raster image editor in GNOME desktop environment. +> More information: . + +- 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 ...}}`