wl-paste

Tool to access data stored in the clipboard for Wayland. See also: wl-copy. More information: <https://github.com/bugaevc/wl-clipboard>.

Install

All systems
curl cmd.cat/wl-paste.sh
Debian Debian
apt-get install wl-clipboard
Ubuntu
apt-get install wl-clipboard
Arch Arch Linux
pacman -S wl-clipboard
image/svg+xml Kali Linux
apt-get install wl-clipboard
Windows (WSL2)
sudo apt-get update sudo apt-get install wl-clipboard

Tool to access data stored in the clipboard for Wayland. See also: wl-copy. More information: <https://github.com/bugaevc/wl-clipboard>.

  • Paste the contents of the clipboard:
    wl-paste
  • Write the contents of the clipboard to a file:
    wl-paste > path/to/file
  • Pipe the contents of the clipboard to a command:
    wl-paste | command

© tl;dr; authors and contributors