wl-clipboard
wl-clipboard copied to clipboard
Command-line copy/paste utilities for Wayland
The issue of being unable to paste into a terminal keeps coming up with various application/whatever mime-types. See #44, #46, #73, #102, #103 Also related #97, #143 Probably #97 would...
This PR is a mess I have to apologize for. Unfortunately, rebasing with proper history rewrite is not a viable option, because a lot of changes are intertwined across multiple...
So yes I have read and I understand all the --paste-once issues. The problem is that in my script, using a timeout and --clear is not a proper workaround. Usecase:...
``` $ wl-copy --version wl-clipboard 2.1.0 Copyright (C) 2019 Sergey Bugaev License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and...
I'd like to put some text into clipboard in `text/plain` format _only_, i.e. without the `TEXT`, `STRING` and `UTF8_STRING` formats also used for it by default, but it seems that...
Given a command like echo foo | wl-copy Unlike bash, the fish shell puts wl-copy in the shell's process group [1], which can be observed with "ps -o pid,pgid,comm,args". On...
Is it possible to use wl-clipboard's primitives from another program, if not, why not? I feel like this would be really useful, I'm currently writing a small gui for my...
For example: ```console $ wl-paste > ~/carlsen-kaidanov-2023.pgn Clipboard content is not available as inferred output type "application/vnd.chess-pgn" Use "wl-paste --list-types" to view available types. Use "--type" to explicitly specify a...
- OS: CachyOS 6.9 - DE: KDE Plasma 6 I want to monitor the clipboard and continuously save the new item to a file. 1. `wl-paste -w wl-paste -p |...