Skip to main content

Module clipboard

Module clipboard 

Source
Expand description

Access the clipboard.

Enums§

Action
A clipboard action to be performed by some Task.

Functions§

read
Read the given [Kind] of [Content] from the clipboard.
read_files
Read the current file paths of the clipboard.
read_html
Read the current HTML contents of the clipboard.
read_imageimage
Read the current Image of the clipboard.
read_text
Read the current text contents of the clipboard.
write
Write the given [Content] to the clipboard.