
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 machineexplain this command
-
scrot:tldr:4ea93 scrot: Display a countdown of 10 seconds before taking a screenshot.$ scrot --count --delay ${10}try on your machineexplain this command
-
scrot:tldr:735ca scrot: Capture a screenshot and save it to the current directory with the current date as the filename.$ scrottry on your machineexplain this command
-
scrot:tldr:95476 scrot: Capture a screenshot interactively.$ scrot --selecttry on your machineexplain this command
-
scrot:tldr:e1606 scrot: Capture a screenshot from the currently focused window.$ scrot --focusedtry on your machineexplain this command