LinuxCommandLibrary

spectacle

KDE Plasma screenshot capture tool

TLDR

Take screenshot

$ spectacle
copy
Capture full screen
$ spectacle -f
copy
Capture active window
$ spectacle -a
copy
Capture rectangular region
$ spectacle -r
copy
Capture after delay
$ spectacle -d [5]
copy
Save to file
$ spectacle -b -o [screenshot.png]
copy
Copy to clipboard
$ spectacle -b -c
copy

SYNOPSIS

spectacle [-f] [-a] [-r] [-d delay] [-o file] [options]

DESCRIPTION

spectacle is KDE's screenshot tool. It captures screen content with various options.
Mode selection chooses capture area. Full screen, window, or region.
Delay allows positioning. Open menus or prepare screen.
Background mode for scripting. No GUI interface shown.
Output options include file and clipboard. Direct to destination.

PARAMETERS

-f, --fullscreen

Full screen capture.
-a, --activewindow
Active window.
-r, --region
Rectangular region.
-d, --delay SECS
Delay in seconds.
-o, --output FILE
Save to file.
-c, --clipboard
Copy to clipboard.
-b, --background
No GUI.
-n, --nonotify
No notification.

CAVEATS

KDE/Plasma application. May not work on other desktops. Wayland has limitations.

HISTORY

Spectacle is the default screenshot application for KDE Plasma. It replaced KSnapshot with a modernized interface.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community