add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/linux/grim.md Normal file
View 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}}`