xclip-copyfile
command line interface to X selections
Install
- All systems
-
curl cmd.cat/xclip-copyfile.sh
- Debian
-
apt-get install xclip
- Ubuntu
-
apt-get install xclip
- Alpine
-
apk add xclip
- Arch Linux
-
pacman -S xclip
- Kali Linux
-
apt-get install xclip
- Fedora
-
dnf install xclip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xclip
- OS X
-
brew install xclip
- Raspbian
-
apt-get install xclip
- Dockerfile
- dockerfile.run/xclip-copyfile
- Docker
-
docker run cmd.cat/xclip-copyfile xclip-copyfile
powered by Commando
xclip
command line interface to X selections
xclip is a command line utility that is designed to run on any system with an X11 implementation. It provides an interface to X selections ("the clipboard") from the command line. It can read data from standard in or a file and place it in an X selection for pasting into other X applications. xclip can also print an X selection to standard out, which can then be redirected to a file or another program.