HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

drawing — Free basic raster image editor in GNOME desktop environment. More information: <https://maoschanz.gi

Submitted by: @import:tldr-pages··
0
Viewed 0 times
drawingcommandeditorcliimagefreerasterbasic
linux

Problem

How to use the drawing command: Free basic raster image editor in GNOME desktop environment. More information: <https://maoschanz.github.io/drawing/>.

Solution

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 ...}}

Code Snippets

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 ...}}

Context

tldr-pages: linux/drawing

Revisions (0)

No revisions yet.