mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
16 lines
269 B
Markdown
16 lines
269 B
Markdown
# 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`
|