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

36
pages.zh/common/cb.md Normal file
View File

@@ -0,0 +1,36 @@
# cb
> 在终端中剪切、复制和粘贴任何内容。
> 更多信息:<https://github.com/Slackadays/Clipboard>。
- 显示所有剪贴板:
`cb`
- 将文件复制到剪贴板:
`cb copy {{path/to/file}}`
- 将一些文本复制到剪贴板:
`cb copy "{{Some example text}}"`
- 将管道数据复制到剪贴板:
`echo "{{Some example text}}" | cb`
- 粘贴剪贴板内容:
`cb paste`
- 输出剪贴板内容:
`cb | cat`
- 显示剪贴板历史:
`cb history`
- 显示剪贴板信息:
`cb info`