From 381b52163f284ef2fcabe68d607ffd6ae88f4df6 Mon Sep 17 00:00:00 2001 From: Mehrad Mahmoudian Date: Tue, 17 Aug 2021 15:43:01 +0300 Subject: [PATCH] flameshot: add examples and fix more info link (#6377) --- pages.fr/linux/flameshot.md | 2 +- pages.zh/linux/flameshot.md | 2 +- pages/linux/flameshot.md | 16 ++++++++++++---- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/pages.fr/linux/flameshot.md b/pages.fr/linux/flameshot.md index c8a634248..92dcdf896 100644 --- a/pages.fr/linux/flameshot.md +++ b/pages.fr/linux/flameshot.md @@ -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 : . +> Plus d'informations : . - Lancez Flameshot en mode graphique : diff --git a/pages.zh/linux/flameshot.md b/pages.zh/linux/flameshot.md index 92a27214f..b8a8e2ab7 100644 --- a/pages.zh/linux/flameshot.md +++ b/pages.zh/linux/flameshot.md @@ -1,7 +1,7 @@ # flameshot > 带有 gui 界面的 Screenshot 工具,支持基本的图像编辑,例如文本,形状,颜色和 imgur. -> 更多信息: . +> 更多信息: . - 在 GUI 模式下启动 Flameshot: diff --git a/pages/linux/flameshot.md b/pages/linux/flameshot.md index 5bfa02e42..bafcef76e 100644 --- a/pages/linux/flameshot.md +++ b/pages/linux/flameshot.md @@ -2,20 +2,24 @@ > Screenshot utility with a GUI. > Supports basic image editing, such as text, shapes, colors, and imgur. -> More information: . +> More information: . -- 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`