Clipboard

Goauld client clipboard access

Use the clipboard commands to exchange small text values with an agent.

Prerequisites

The agent must be online, its SSH service must be enabled, and the operator must be able to authenticate to it. Clipboard support also depends on the target operating system and session environment.

Read the agent clipboard

The content is written to standard output:

tealc clip get AGENT_NAME

Set the agent clipboard

tealc clip set AGENT_NAME "CONTENT"

Connection reuse

Limitations