
flameshot
List of commands for flameshot:
-
flameshot:tldr:2db5d flameshot: Create a screenshot and print it to the standard output.$ flameshot gui --rawtry on your machineexplain this command
-
flameshot:tldr:4855a flameshot: Create a screenshot and save it to a specific path.$ flameshot gui --path ${path-to-directory}try on your machineexplain this command
-
flameshot:tldr:4d7ab flameshot: Create a screenshot and copy it to the clipboard.$ flameshot gui --clipboardtry on your machineexplain this command
-
flameshot:tldr:5eca3 flameshot: Create a fullscreen screenshot.$ flameshot fulltry on your machineexplain this command
-
flameshot:tldr:80dd3 flameshot: Create a screenshot interactively in a simplified mode.$ flameshot launchertry on your machineexplain this command
-
flameshot:tldr:9e3ae flameshot: Create a screenshot with a specific delay in milliseconds.$ flameshot full --delay ${5000}try on your machineexplain this command
-
flameshot:tldr:ccc2d flameshot: Create a screenshot from a specific monitor.$ flameshot screen --number ${2}try on your machineexplain this command
-
flameshot:tldr:f34e5 flameshot: Create a screenshot interactively.$ flameshot guitry on your machineexplain this command