
gnome-screenshot
List of commands for gnome-screenshot:
-
gnome-screenshot:tldr:00a34 gnome-screenshot: Take a screenshot after the specified number of seconds and save it to the clipboard.$ gnome-screenshot --delay ${10} --clipboardtry on your machineexplain this command
-
gnome-screenshot:tldr:15e4a gnome-screenshot: Take a screenshot and save it to the named file location.$ gnome-screenshot --file ${filename}try on your machineexplain this command
-
gnome-screenshot:tldr:4c921 gnome-screenshot: Take a screenshot and save it to the default location, normally `~/Pictures`.$ gnome-screenshottry on your machineexplain this command
-
gnome-screenshot:tldr:78a0b gnome-screenshot: Take a screenshot after the specified number of seconds.$ gnome-screenshot --delay ${5}try on your machineexplain this command
-
gnome-screenshot:tldr:7af1f gnome-screenshot: Launch the GNOME Screenshot GUI.$ gnome-screenshot --interactivetry on your machineexplain this command
-
gnome-screenshot:tldr:aa26e gnome-screenshot: Display the version.$ gnome-screenshot --versiontry on your machineexplain this command
-
gnome-screenshot:tldr:e65ba gnome-screenshot: Take a screenshot of the current window and save it to the specified file location.$ gnome-screenshot --window --file ${filename}try on your machineexplain this command
-
gnome-screenshot:tldr:faa8d gnome-screenshot: Take a screenshot and save it to the clipboard.$ gnome-screenshot --clipboardtry on your machineexplain this command