Open Blizarre opened 4 years ago
Clipboard management was much more complex than anticipated:
Extra protocols (like data-protocol
) can be used to get around 3., but there is no guarantee that they will be supported by the wayland implementation.
As you can see A must be running to transfer the data, which is a problem for short-lived apps like cli. Applications get around that by forking and leaving a process in the background to receive the requests.
I will split copy and paste and only focus on paste for the moment.
I have a working implementation of paste, I will just need to clean and package it before pushing it
~- copy stdin into the system clipboard~
Scope: