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
-
apt-get install wl-clipboard
- Ubuntu
-
apt-get install wl-clipboard
- Arch Linux
-
pacman -S wl-clipboard
- Kali Linux
-
apt-get install wl-clipboard
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install wl-clipboard
- Dockerfile
- dockerfile.run/wl-paste
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