flameshot: add examples and fix more info link (#6377)

beep
Mehrad Mahmoudian 2021-08-17 15:43:01 +03:00 committed by GitHub
parent a224afa186
commit 381b52163f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 6 deletions

View File

@ -2,7 +2,7 @@
> Outil de capture d'écran avec une interface graphique.
> 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 :

View File

@ -1,7 +1,7 @@
# flameshot
> 带有 gui 界面的 Screenshot 工具,支持基本的图像编辑,例如文本,形状,颜色和 imgur.
> 更多信息: <https://flameshot.js.org>.
> 更多信息: <https://flameshot.org>.
- 在 GUI 模式下启动 Flameshot:

View File

@ -2,20 +2,24 @@
> Screenshot utility with a GUI.
> 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`
- Take a screenshot by clicking and dragging:
- Launch flameshot and immediately start interactively annotating parts of the screen to screenshot:
`flameshot gui`
- Take a full screen screenshot:
- Take a full screenshot (all monitors):
`flameshot full`
- Take a screenshot from monitor 1:
`flameshot screen --number {{1}}`
- Set the save path to write screenshots to:
`flameshot full --path {{path/to/directory}}`
@ -23,3 +27,7 @@
- Delay the screenshot for N milliseconds and output to clipboard:
`flameshot full --delay {{2000}} --clipboard`
- Take a screenshot and export it to standard-output:
`flameshot gui --raw`