Registry / utility / dacap-clip

dacap-clip

JSON →
library1.10.0vcpkgunverified

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

vcpkg install dacap-clip
INSTALL
IMPORT
SIG · DACAP-CLIP
D
dacap-clip
utilitycppv1.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

clip.h
#include <clip.h>

Copy and paste text to/from the system clipboard

#include <clip.h> #include <iostream> int main() { clip::set_text("Hello, clipboard!"); std::string text; clip::get_text(text); std::cout << text << '\n'; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

dacap-clip — pip install dacap-clip · libregistry