wl-clipboard
wl-clipboard copied to clipboard
Command-line copy/paste utilities for Wayland
We should be able to recover from most of errors. In particular, there's a lot of things that could go wrong when we try to copy our stdin to a...
When `wl-copy` is sent a signal to terminate it, it should clean up the temp buffer files instead of leaving them around.
SAVE_TARGETS is strictly for x11 clipboard managers that use the freedesktop api https://www.freedesktop.org/wiki/ClipboardManager as such wl-clipboard should ignore it. In some cases such as `firefox` calling `wl-paste -t SAVE_TARGETS` will...
https://github.com/bugaevc/wl-clipboard/blob/master/src/wl-copy.c#L65 This trips up applications that try to capture output from child processes (because stderr remains open)
Need to double-check this, but I must have misunderstood what the `native: true` argument does. I thought it causes `find_program()` to look for a program whose _host_ is same as...
The default mode of the kitty terminal is to wait until output from all subprocesses is finished before closing. This means running `wl-copy asdf; exit` will exit the shell but...
i can copy fine but trying to pipe into wl-copy hangs forever including the example ls ~/Downloads | wl-copy what logs can i provide and how do i get them?
**`wl-clipboard` version:** 2.1.0 **OS:** Arch Linux & Fedora 37 **DE:** GNOME 43 Running `wl-copy` from the command-line or through a script works flawlessly. Running `wl-copy` from a `.desktop` file hangs...
When invoking `echo "hello" | wl-copy` Xwayland instance is launched. But when invoking `wl-copy hello` it doesn't launch Xwayland. So programs that use wl-clipboard and communicate with wl-copy via stdin,...
I'm using grim to copy take screenshot and copy it with wl-copy, but the image changes to binary text when pasting. im using command "grim - | wl-copy" and same...