Skip to content

✂️ Makes it possible to work with the Windows Clipboard e.g. from a console application

Notifications You must be signed in to change notification settings

rebus-org/Clipperino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipperino

Makes it easy to e.g. store text in the Windows Clipboard, even when working in a console application.

How to use it?

Just do this:

using Clipperino;

at the top, and then

Clipboard.Save("CLIPBOARD I AM IN YOU!");

when you want to save text to the clipboard.

How does it work?

It simply uses System.Windows.Forms.Clipboard on a separate thread with ApartmentState.STA. No magic.

About

✂️ Makes it possible to work with the Windows Clipboard e.g. from a console application

Resources

Stars

Watchers

Forks

Packages

No packages published