add new chinese translations
This commit is contained in:
28
pages.zh/linux/grim.md
Normal file
28
pages.zh/linux/grim.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# grim
|
||||
|
||||
> 从 Wayland 合成器抓取图像(截图)。
|
||||
> 更多信息:<https://sr.ht/~emersion/grim>。
|
||||
|
||||
- 截取所有输出:
|
||||
|
||||
`grim`
|
||||
|
||||
- 截取特定输出:
|
||||
|
||||
`grim -o {{path/to/output_file}}`
|
||||
|
||||
- 截取特定区域:
|
||||
|
||||
`grim -g "{{<x_position>,<y_position> <width>x<height>}}"`
|
||||
|
||||
- 选择特定区域并截图(使用 slurp):
|
||||
|
||||
`grim -g "{{$(slurp)}}"`
|
||||
|
||||
- 使用自定义文件名:
|
||||
|
||||
`grim "{{path/to/file.png}}"`
|
||||
|
||||
- 截图并复制到剪贴板:
|
||||
|
||||
`grim - | {{clipboard_manager}}`
|
Reference in New Issue
Block a user