wl-clipboard
wl-clipboard copied to clipboard
Command-line copy/paste utilities for Wayland
GTK will offer text/plain types with line endings transformed from LF to CR LF, causing issues in shell session etc. GTK won't fix this in GTK3 so let's workaround it:...
I noticed that when the copied content is of MIME type `text/plain;charset=utf-8`, I cannot paste using MIME type `text/plain`, yet I *can* paste using MIME type `text`. Is this an...
for instance this ([yle-dl](https://github.com/aajanki/yle-dl/)) command: yle-dl --vfat --metadatalang fin --output-template '${title}_${date}' --create-dirs --destdir ~/Videos/yle-dl URL when running `wl-copy "!!"`, gets copied as:: yle-dl --vfat --metadatalang fin --output-template '_' --create-dirs --destdir...
I run a systemd user service to keep my primary selection and clipboard in sync; after a while it stops working, manifesting to me as 'I can't paste anything [my...
In some cases I have text I want to copy that includes a leading "-", which `wl-copy` interprets as an option, and consequently breaks. Thankfully, the program uses `getopt` so...
Currently, `wl-paste --watch` only makes a single representation of the data available to the program, based on the MIME type selected with `--type`. Would it make sense to make multiple/all...
wl-paste allows me to pick between several mime types, as offered by the source application. I'm having a hard time understanding how *I* can offer several mime types at the...
I've been using wl-clipboard for a couple months without issues, but it stopped working yesterday. ``` local/wl-clipboard 1:2.0.0-1 local/sway 1:1.4-7 local/xorg-server-xwayland 1.20.7-1 (xorg) ``` wl-paste and wl-copy work fine with...
Sometimes, I pipe the output from my password generator into wl-copy. However, it happened now more than once than when pasting, I pasted something else - the old contents of...
This issue is rather difficult to explain, so please bear with me... :slightly_smiling_face: In the simplest form, neither `wl-copy` nor `wl-paste` don't seem to have any size limits. However, when...