clip icon indicating copy to clipboard operation
clip copied to clipboard

Cross-platform C++ library to copy/paste clipboard content

Results 24 clip issues
Sort by recently updated
recently updated
newest added

I'm trying this library out on GitHub codespaces. I installed Xvfb to provide an X11 server. Pasting doesn't seem to work. ``` @knyzorg ➜ /workspaces/node-clipboard/clip/examples (c46c491 ✗) $ ./paste Clipboard...

bug

I agree that my contributions are licensed under the MIT License. Closes #60

Trying to compile this on Windows with MinGW gives me "Error: undefined reference to GUID_WICPixelFormat32bppBGRA"

Hello, I basically want to know if the library is thread-safe or not (I mean within the same application; inter-process will obviously be safe)

I didn't test it yet, but it was reported that the text copied from a program using the clip library, cannot be pasted on the Xed text editor immediately (the...

bug

I'm trying to write other formats to the clipboard for example `image/jpeg` or `image/jpg` but pasting anywhere does not result in a jpeg being pasted. code: ```c++ #include #include #include...

Hey, i m trying to build your library on windows, i've previously did it on linux and everything worked fine, when i build it right now i get this error...

Follow the discussion from: https://github.com/microsoft/ProjectReunion/discussions/374 There are some interesting points as the possibility to hide the clipboard data from uploading the content to the cloud/history: https://docs.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats#cloud-clipboard-and-clipboard-history-formats I think we should...

feature

Related to https://github.com/dacap/clip/issues/36#issuecomment-694870455 , see if it's possible to check for a double-lock. Maybe using a new error code `clip::error_handler(ErrorCode::DoubleLock)`.

feature

Hello, I am using your library in my Chrome & Firefox [Clipboard History Manager](https://add0n.com/clipboard-manager.html) extension. It works really well. Thanks! However, in my case, I also need to monitor clipboard...

feature