xclip
xclip copied to clipboard
Command line interface to the X11 clipboard
no matter what i tried, copying videos to the clipboard didnt work. ``` xclip -selection clipboard -t video/mp4 -i video.mp4 cat video.mp4 | xclip -i -selection clipboard xclip -sel clip...
As suggested in #96. The new manual isn't an exact copy, most of it is rewritten. My name is in the copyright because I started from scratch and wrote most...
When I copy a .png file to clipboard using `xclip -selection clipboard -t "$type" "$file"` where $type is it's mime-type, and $file is it's filename it works perfectly. But when...
Hi Google didn't help finding any help on these special targets, and even the ICCCM document doesn't refer `SAVE_TARGETS`, so I thought it would be good to have them documented...
On Ubuntu 20.04.3 LTS, I check the self-compiled git master version of [xclip](https://github.com/astrand/xclip) with the following bash script: ```bash #! /bin/bash myclip() { xclip -selection clipbord -in
Hi all, i'm new to xclip and i'm really liking it and i appreciate the job that all of you have done to make it possible. l wondered if a...
Latest Debian uses* wayland* by default, and all programs depending on `xclip` broke!. I understand that this is an X utility, but still, if it is trivial to make it...
Last release was quite long time ago and there are few critical fixes added on top of that last release. I think that it would be good to make new...
I have installed xclip already, and it works well. but when i try to paste the image with 'ctrl+alt+v', i get noting. Then i open vscode command panel with 'ctrl+shift+p'...
Building the software outside the source directory fails: ``` @invidia:/dev/shm$ git clone https://github.com/astrand/xclip/ Cloning into 'xclip'... remote: Enumerating objects: 1170, done. remote: Counting objects: 100% (33/33), done. remote: Compressing objects:...