mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 20:06:00 +02:00
flameshot: add Chinese translation (#4361)
This commit is contained in:
parent
3cdee951c5
commit
6a9edff745
1 changed files with 24 additions and 0 deletions
24
pages.zh/linux/flameshot.md
Normal file
24
pages.zh/linux/flameshot.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# flameshot
|
||||
|
||||
> 带有gui界面的Screenshot工具,支持基本的图像编辑,例如文本,形状,颜色和imgur.
|
||||
> 更多信息: <https://flameshot.js.org>.
|
||||
|
||||
- 在GUI模式下启动Flameshot:
|
||||
|
||||
`flameshot launcher`
|
||||
|
||||
- 通过单击并拖动来截取屏幕截图:
|
||||
|
||||
`flameshot gui`
|
||||
|
||||
- 全屏截图:
|
||||
|
||||
`flameshot full`
|
||||
|
||||
- 将保存屏幕快照的路径设置为:
|
||||
|
||||
`flameshot full --path {{path/to/directory}}`
|
||||
|
||||
- 将屏幕截图延迟N毫秒,然后输出到剪贴板:
|
||||
|
||||
`flameshot full --delay {{2000}} --clipboard`
|
Loading…
Add table
Reference in a new issue