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

20
pages.zh/linux/maim.md Normal file
View File

@@ -0,0 +1,20 @@
# maim
> 截图工具。
> 更多信息:<https://github.com/naelstrof/maim>。
- 捕获屏幕截图并保存到指定路径:
`maim {{path/to/screenshot.png}}`
- 捕获选定区域的屏幕截图:
`maim --select {{path/to/screenshot.png}}`
- 捕获选定区域的屏幕截图并将其保存到剪贴板(需要 `xclip`
`maim --select | xclip -selection clipboard -target image/png`
- 捕获当前活动窗口的屏幕截图(需要 `xdotool`
`maim --window $(xdotool getactivewindow) {{path/to/screenshot.png}}`