wl-copy: add page (#6753)

beep
Anthony Saldana Valle 2021-10-17 21:36:11 -07:00 committed by GitHub
parent 60db1b4840
commit 24670dd69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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`