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

32
pages.zh/common/copyq.md Normal file
View File

@@ -0,0 +1,32 @@
# copyq
> 带有高级功能的剪贴板管理器。
> 更多信息:<https://copyq.readthedocs.io/en/latest/command-line.html>。
- 启动 CopyQ 以存储剪贴板历史记录:
`copyq`
- 显示当前剪贴板内容:
`copyq clipboard`
- 将原始文本插入剪贴板历史记录:
`copyq add -- {{text1}} {{text2}} {{text3}}`
- 将包含转义序列('\n''\t')的文本插入剪贴板历史记录:
`copyq add {{firstline\nsecondline}}`
- 打印剪贴板历史记录中的前三项内容:
`copyq read 0 1 2`
- 将文件内容复制到剪贴板:
`copyq copy < {{path/to/file.txt}}`
- 将 JPEG 图像复制到剪贴板:
`copyq copy image/jpeg < {{path/to/image.jpg}}`