add new chinese translations
This commit is contained in:
21
pages.zh/linux/wl-paste.md
Normal file
21
pages.zh/linux/wl-paste.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# wl-paste
|
||||
|
||||
> 在 Wayland 剪贴板中粘贴内容。
|
||||
> 另见:`wl-copy`,`xclip`。
|
||||
> 更多信息:<https://github.com/bugaevc/wl-clipboard>。
|
||||
|
||||
- 粘贴剪贴板的内容:
|
||||
|
||||
`wl-paste`
|
||||
|
||||
- 粘贴主剪贴板的内容(高亮文本):
|
||||
|
||||
`wl-paste --primary`
|
||||
|
||||
- 将剪贴板的内容写入文件:
|
||||
|
||||
`wl-paste > {{path/to/file}}`
|
||||
|
||||
- 将剪贴板的内容通过管道传递给命令:
|
||||
|
||||
`wl-paste | {{command}}`
|
Reference in New Issue
Block a user