Module jclipboard

Module jclipboard 

Source
Expand description

clipboard (supported platforms: Linux (with X server), Windows)

Functionsยง

check
Checks if the current platform is supported. If not supported, then it panics.
get_text
Reads the contents of the clipboard.
set_text
Puts the given string on the clipboard.