Forrest logo
back to context overview

flameshot

List of commands for flameshot:

  • flameshot:tldr:2db5d flameshot: Create a screenshot and print it to the standard output.
    $ flameshot gui --raw
    try on your machine
    explain 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 machine
    explain this command
  • flameshot:tldr:4d7ab flameshot: Create a screenshot and copy it to the clipboard.
    $ flameshot gui --clipboard
    try on your machine
    explain this command
  • flameshot:tldr:5eca3 flameshot: Create a fullscreen screenshot.
    $ flameshot full
    try on your machine
    explain this command
  • flameshot:tldr:80dd3 flameshot: Create a screenshot interactively in a simplified mode.
    $ flameshot launcher
    try on your machine
    explain this command
  • flameshot:tldr:9e3ae flameshot: Create a screenshot with a specific delay in milliseconds.
    $ flameshot full --delay ${5000}
    try on your machine
    explain this command
  • flameshot:tldr:ccc2d flameshot: Create a screenshot from a specific monitor.
    $ flameshot screen --number ${2}
    try on your machine
    explain this command
  • flameshot:tldr:f34e5 flameshot: Create a screenshot interactively.
    $ flameshot gui
    try on your machine
    explain this command
back to context overview