Skip to main content

Clipboard

Clipboard

Copying text from the OS's clipboard

FX.Clipboard.CopyFrom() | run     # no args required  

Copying text to the OS's clipboard

FX.Clipboard.CopyTo(  
content='hello world!'
) | run