1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

flameshot: refresh page (#8022)

This commit is contained in:
Emily Grace Seville 2022-05-16 22:35:38 +10:00 committed by GitHub
parent fb4ab2c11e
commit cf51bfd7b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,30 +4,34 @@
> Supports basic image editing, such as text, shapes, colors, and imgur. > Supports basic image editing, such as text, shapes, colors, and imgur.
> More information: <https://flameshot.org>. > More information: <https://flameshot.org>.
- Launch flameshot with a simpler interactive mode: - Create a fullscreen screenshot:
`flameshot launcher`
- Launch flameshot and immediately start interactively annotating parts of the screen to screenshot:
`flameshot gui`
- Take a full screenshot (all monitors):
`flameshot full` `flameshot full`
- Take a screenshot from monitor 1: - Create a screenshot interactively:
`flameshot screen --number {{1}}` `flameshot gui`
- Set the save path to write screenshots to: - Create a screenshot and save it to a specific path:
`flameshot full --path {{path/to/directory}}` `flameshot gui --path {{path/to/directory}}`
- Delay the screenshot for N milliseconds and output to clipboard: - Create a screenshot interactively in a simplified mode:
`flameshot full --delay {{2000}} --clipboard` `flameshot launcher`
- Take a screenshot and export it to standard-output: - Create a screenshot from a specific monitor:
`flameshot screen --number {{2}}`
- Create a screenshot and print it to the standard output:
`flameshot gui --raw` `flameshot gui --raw`
- Create a screenshot and copy it to the clipboard:
`flameshot gui --clipboard`
- Create a screenshot with a specific delay in seconds:
`flameshot full --delay {{5}}`