Forrest logo
back to context overview

scrot

List of commands for scrot:

  • scrot:tldr:433b8 scrot: Capture a screenshot and save it as `capture.png`.
    $ scrot ${capture-png}
    try on your machine
    explain this command
  • scrot:tldr:4ea93 scrot: Display a countdown of 10 seconds before taking a screenshot.
    $ scrot --count --delay ${10}
    try on your machine
    explain this command
  • scrot:tldr:735ca scrot: Capture a screenshot and save it to the current directory with the current date as the filename.
    $ scrot
    try on your machine
    explain this command
  • scrot:tldr:95476 scrot: Capture a screenshot interactively.
    $ scrot --select
    try on your machine
    explain this command
  • scrot:tldr:e1606 scrot: Capture a screenshot from the currently focused window.
    $ scrot --focused
    try on your machine
    explain this command
back to context overview