unclip

get clipboard content


Parameters

unclip 

Returns

  • :string

Examples

copy
; paste something into the clipboard (optionally) clip "this is something to be pasted into the clipboard" ; now, let's fetch whatever there is in the clipboard unclip ; => "this is something to be pasted into the clipboard"

Related