* wl-copy, wl-paste: fix invalid command options --paste-once is valid for wl-copy, not valid for wl-paste --clear is not valid for wl-paste * wl-copy, wl-paste: add Turkish translation * atool: add Turkish translation * dnf: add Turkish translation
22 lines
376 B
Markdown
22 lines
376 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`
|
|
|
|
- Copy for only one paste and then clear it:
|
|
|
|
`wl-copy --paste-once`
|
|
|
|
- Clear the clipboard:
|
|
|
|
`wl-copy --clear`
|