Skip to content

Crossplatform C# library for interacting with the clipboard

Notifications You must be signed in to change notification settings

simulation-tree/clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipboard

Crossplatform C# library for interacting with the clipboard.

Usage

using Library clipboard = new();
string? clipboardText = clipboard.Text;
clipboard.Text = "assigning text to clipboard";

About

Crossplatform C# library for interacting with the clipboard

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages