$wl-paste -h Usage: wl-paste [options] Paste content from the Wayland clipboard.
Options: -n, --no-newline Do not append a newline character. -l, --list-types Instead of pasting, list the offered types. -p, --primary Use the "primary" clipboard. -w, --watch command Run a command each time the selection changes. -t, --type mime/type Override the inferred MIME typefor the content. -s, --seat seat-name Pick the seat to work with. -v, --version Display version info. -h, --help Display this message. Mandatory arguments to long options are mandatory for short options too.
Usage: wl-copy [options] text to copy wl-copy [options] < file-to-copy
Copy content to the Wayland clipboard.
Options: -o, --paste-once Only serve one paste request and thenexit. -f, --foreground Stay in the foreground instead of forking. -c, --clear Instead of copying, clear the clipboard. -p, --primary Use the "primary" clipboard. -n, --trim-newline Do not copy the trailing newline character. -t, --type mime/type Override the inferred MIME typefor the content. --sensitive Hint that the content is sensitive. -s, --seat seat-name Pick the seat to work with. -v, --version Display version info. -h, --help Display this message. Mandatory arguments to long options are mandatory for short options too.