mirror of https://github.com/CrimsonTome/tldr.git
wl-copy: add page (#6753)
parent
60db1b4840
commit
24670dd69c
|
@ -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`
|
Loading…
Reference in New Issue