1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/wl-copy.md
2021-11-14 20:21:15 +01:00

17 lines
306 B
Markdown

# wl-copy
> Wayland clipboard manipulation tool.
> See also: `wl-paste`.
> More information: <https://github.com/bugaevc/wl-clipboard>.
- 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`