Forrest logo
back to context overview

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} --clipboard
    try on your machine
    explain 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 machine
    explain this command
  • gnome-screenshot:tldr:4c921 gnome-screenshot: Take a screenshot and save it to the default location, normally `~/Pictures`.
    $ gnome-screenshot
    try on your machine
    explain this command
  • gnome-screenshot:tldr:78a0b gnome-screenshot: Take a screenshot after the specified number of seconds.
    $ gnome-screenshot --delay ${5}
    try on your machine
    explain this command
  • gnome-screenshot:tldr:7af1f gnome-screenshot: Launch the GNOME Screenshot GUI.
    $ gnome-screenshot --interactive
    try on your machine
    explain this command
  • gnome-screenshot:tldr:aa26e gnome-screenshot: Display the version.
    $ gnome-screenshot --version
    try on your machine
    explain 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 machine
    explain this command
  • gnome-screenshot:tldr:faa8d gnome-screenshot: Take a screenshot and save it to the clipboard.
    $ gnome-screenshot --clipboard
    try on your machine
    explain this command
back to context overview