xfce4-screenshooter
XFCE screenshot capture utility
TLDR
Launch GUI
$ xfce4-screenshooter
Capture fullscreen$ xfce4-screenshooter -f
Capture and save$ xfce4-screenshooter -f -s [path/to/directory]
Capture after delay$ xfce4-screenshooter -d [seconds]
Capture region$ xfce4-screenshooter -r
Capture window to clipboard$ xfce4-screenshooter -w -c
Capture and open in program$ xfce4-screenshooter -w -o [gimp]
SYNOPSIS
xfce4-screenshooter [OPTIONS]
DESCRIPTION
xfce4-screenshooter is the screenshot utility for the XFCE desktop environment. It can capture the entire screen, a window, or a selected region.Screenshots can be saved to file, copied to clipboard, or opened in an image editor. The save option accepts png, jpg, and bmp file extensions.
PARAMETERS
-f, --fullscreen
Capture entire screen-w, --window
Capture active window-r, --region
Select region with mouse-d, --delay SECONDS
Wait before capturing-m, --mouse
Include mouse cursor in the screenshot--no-border
Remove window border from the screenshot-s, --save PATH
Save to file path or directory-c, --clipboard
Copy to clipboard-o, --open APPLICATION
Open with application-S, --show-in-folder
Show the saved file in the file manager-V, --version
Display version information--supported-formats
List supported image formats (depends on installed pixbuf loaders)
CAVEATS
Designed for XFCE but works on other desktops. Region selection requires mouse interaction.
