commands.sh

xfce4-screenshooter

linux

The XFCE4 screenshot tool.

More info →

Options (7)

-f, --fullscreenboolean

Take a screenshot of the entire screen and launch the GUI to ask how to proceed

Example: xfce4-screenshooter {{[-f|--fullscreen]}}
-s, --saveboolean

Take a screenshot of the entire screen and save it in the specified directory

Example: xfce4-screenshooter {{[-f|--fullscreen]}} {{[-s|--save]}} {{path/to/directory}}
-d, --delayboolean

Wait some time before taking the screenshot

Example: xfce4-screenshooter {{[-d|--delay]}} {{seconds}}
-r, --regionboolean

Take a screenshot of a region of the screen (select using the mouse)

Example: xfce4-screenshooter {{[-r|--region]}}
-w, --windowboolean

Take a screenshot of the active window, and copy it to the clipboard

Example: xfce4-screenshooter {{[-w|--window]}} {{[-c|--clipboard]}}
-c, --clipboardboolean

Take a screenshot of the active window, and copy it to the clipboard

Example: xfce4-screenshooter {{[-w|--window]}} {{[-c|--clipboard]}}
-o, --openboolean

Take a screenshot of the active window, and open it with a chosen program

Example: xfce4-screenshooter {{[-w|--window]}} {{[-o|--open]}} {{gimp}}

Examples (7)

Launch the screenshooter GUI

Take a screenshot of the entire screen and launch the GUI to ask how to proceed

xfce4-screenshooter [-f|--fullscreen]

Take a screenshot of the entire screen and save it in the specified directory

xfce4-screenshooter [-f|--fullscreen] [-s|--save] path/to/directory

Wait some time before taking the screenshot

xfce4-screenshooter [-d|--delay] seconds

Take a screenshot of a region of the screen (select using the mouse)

xfce4-screenshooter [-r|--region]

Take a screenshot of the active window, and copy it to the clipboard

xfce4-screenshooter [-w|--window] [-c|--clipboard]

Take a screenshot of the active window, and open it with a chosen program

xfce4-screenshooter [-w|--window] [-o|--open] gimp
made by @shridhargupta | data from tldr-pages