wl-copy: add page (#6753)

This commit is contained in:
Anthony Saldana Valle
2021-10-17 21:36:11 -07:00
committed by GitHub
parent 60db1b4840
commit 24670dd69c

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

@@ -0,0 +1,16 @@
# wl-copy
> Wayland clipboard manipulation tool.
> More information: <https://manned.org/wl-copy>.
- Copy text to the clipboard:
`wl-copy {{text}}`
- Copy the output of a command to the clipboard:
`{{command}} | wl-copy`
- Clear the clipboard:
`wl-copy --clear`