mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
flameshot: add examples and fix more info link (#6377)
This commit is contained in:
parent
a224afa186
commit
381b52163f
3 changed files with 14 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Outil de capture d'écran avec une interface graphique.
|
> Outil de capture d'écran avec une interface graphique.
|
||||||
> Ajoute du texte, des formes, des couleurs et envoie à imgur.
|
> Ajoute du texte, des formes, des couleurs et envoie à imgur.
|
||||||
> Plus d'informations : <https://flameshot.js.org>.
|
> Plus d'informations : <https://flameshot.org>.
|
||||||
|
|
||||||
- Lancez Flameshot en mode graphique :
|
- Lancez Flameshot en mode graphique :
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# flameshot
|
# flameshot
|
||||||
|
|
||||||
> 带有 gui 界面的 Screenshot 工具,支持基本的图像编辑,例如文本,形状,颜色和 imgur.
|
> 带有 gui 界面的 Screenshot 工具,支持基本的图像编辑,例如文本,形状,颜色和 imgur.
|
||||||
> 更多信息: <https://flameshot.js.org>.
|
> 更多信息: <https://flameshot.org>.
|
||||||
|
|
||||||
- 在 GUI 模式下启动 Flameshot:
|
- 在 GUI 模式下启动 Flameshot:
|
||||||
|
|
||||||
|
|
|
@ -2,20 +2,24 @@
|
||||||
|
|
||||||
> Screenshot utility with a GUI.
|
> Screenshot utility with a GUI.
|
||||||
> 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.js.org>.
|
> More information: <https://flameshot.org>.
|
||||||
|
|
||||||
- Launch flameshot in GUI mode:
|
- Launch flameshot with a simpler interactive mode:
|
||||||
|
|
||||||
`flameshot launcher`
|
`flameshot launcher`
|
||||||
|
|
||||||
- Take a screenshot by clicking and dragging:
|
- Launch flameshot and immediately start interactively annotating parts of the screen to screenshot:
|
||||||
|
|
||||||
`flameshot gui`
|
`flameshot gui`
|
||||||
|
|
||||||
- Take a full screen screenshot:
|
- Take a full screenshot (all monitors):
|
||||||
|
|
||||||
`flameshot full`
|
`flameshot full`
|
||||||
|
|
||||||
|
- Take a screenshot from monitor 1:
|
||||||
|
|
||||||
|
`flameshot screen --number {{1}}`
|
||||||
|
|
||||||
- Set the save path to write screenshots to:
|
- Set the save path to write screenshots to:
|
||||||
|
|
||||||
`flameshot full --path {{path/to/directory}}`
|
`flameshot full --path {{path/to/directory}}`
|
||||||
|
@ -23,3 +27,7 @@
|
||||||
- Delay the screenshot for N milliseconds and output to clipboard:
|
- Delay the screenshot for N milliseconds and output to clipboard:
|
||||||
|
|
||||||
`flameshot full --delay {{2000}} --clipboard`
|
`flameshot full --delay {{2000}} --clipboard`
|
||||||
|
|
||||||
|
- Take a screenshot and export it to standard-output:
|
||||||
|
|
||||||
|
`flameshot gui --raw`
|
||||||
|
|
Loading…
Add table
Reference in a new issue