gnome-screenshot

Capture the screen, a window, or a user-defined area and save the image to a file. More information: <https://manned.org/gnome-screenshot>.

Install

All systems
curl cmd.cat/gnome-screenshot.sh
Debian Debian
apt-get install gnome-screenshot
Ubuntu
apt-get install gnome-screenshot
Arch Arch Linux
pacman -S gnome-screenshot
image/svg+xml Kali Linux
apt-get install gnome-screenshot
CentOS
yum install gnome-screenshot
Fedora
dnf install gnome-screenshot
Windows (WSL2)
sudo apt-get update sudo apt-get install gnome-screenshot
Raspbian
apt-get install gnome-screenshot

Capture the screen, a window, or a user-defined area and save the image to a file. More information: <https://manned.org/gnome-screenshot>.

  • Take a screenshot and save it to the default location, normally `~/Pictures`:
    gnome-screenshot
  • Take a screenshot and save it to the named file location:
    gnome-screenshot --file path/to/file
  • Take a screenshot and save it to the clipboard:
    gnome-screenshot --clipboard
  • Take a screenshot after the specified number of seconds:
    gnome-screenshot --delay 5
  • Launch the GNOME Screenshot GUI:
    gnome-screenshot --interactive
  • Take a screenshot of the current window and save it to the specified file location:
    gnome-screenshot --window --file path/to/file
  • Take a screenshot after the specified number of seconds and save it to the clipboard:
    gnome-screenshot --delay 10 --clipboard
  • Display the version:
    gnome-screenshot --version

© tl;dr; authors and contributors