ghost_clipboard
Read or write clipboard text on Windows and Linux desktops. Use get to retrieve current text, set to replace it.
Instructions
Clipboard access. op=get (default): read text. op=set: write text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | get=read, set=write (default get) | |
| text | No | Text to write (op=set) |