Using xclip to copy terminal content to the clip board
for the system clip board
echo 123 | xclip -sel clip
for the mouse clipboard
echo 123 | xclip
xclip gistarrow-up-right
Last updated 3 years ago