- GET and SET text from/to Windows clipboard.
- C# wrapper of the native Windows User32 clipboard functions
GetClipboardDataandSetClipboardDat - .NET 6 library project
This is usefull for console applications.
All credits to https://github.com/CopyText/TextCopy
W-WinClipboard is just a stripped-down version, the TextCopy project include multi-OS support and synchronous functions.