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

25
pages.zh/linux/wl-copy.md Normal file
View File

@@ -0,0 +1,25 @@
# wl-copy
> 清除并复制到 Wayland 剪贴板。
> 另见:`wl-paste``xclip`。
> 更多信息:<https://github.com/bugaevc/wl-clipboard>。
- 将文本复制到剪贴板:
`wl-copy "{{text}}"`
- 将命令(`ls`)的输出通过管道传送到剪贴板:
`{{ls}} | wl-copy`
- 仅复制一次,然后清除:
`wl-copy --paste-once "{{text}}"`
- 复制图像:
`wl-copy < {{path/to/image}}`
- 清除剪贴板:
`wl-copy --clear`