mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 15:15:30 +02:00
flameshot: added page (#4324)
This commit is contained in:
parent
35e14c57c5
commit
b5a3c99e17
1 changed files with 25 additions and 0 deletions
25
pages/linux/flameshot.md
Normal file
25
pages/linux/flameshot.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# flameshot
|
||||
|
||||
> Screenshot utility with a gui interface.
|
||||
> Supports basic image editing, such as text, shapes, colors, and imgur.
|
||||
> More information: <https://flameshot.js.org>.
|
||||
|
||||
- Launch flameshot in gui mode:
|
||||
|
||||
`flameshot launcher`
|
||||
|
||||
- Take a screenshot by clicking and dragging:
|
||||
|
||||
`flameshot gui`
|
||||
|
||||
- Take a full screen screenshot:
|
||||
|
||||
`flameshot full`
|
||||
|
||||
- Set the save path to write screenshots to:
|
||||
|
||||
`flameshot full --path {{path/to/directory}}`
|
||||
|
||||
- Delay the screenshot for N milliseconds and output to clipboard:
|
||||
|
||||
`flameshot full --delay {{2000}} --clipboard`
|
Loading…
Add table
Reference in a new issue