Clipboard

Read or write the macOS clipboard. Use when copying/pasting text, transferring data between apps, or accessing clipboard contents. Use when this capability is needed.

tomevault-io Updated

File contents

Clipboard Operations

Read clipboard

pbpaste

Write to clipboard

echo "text to copy" | pbcopy

Copy file contents

pbcopy < file.txt

Copy command output

ls -la | pbcopy

Returns the clipboard contents as plain text. Binary/image data is not supported via these commands.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/mikeyobrien--rho--clipboard commit f83447e029

Frequently asked questions

npx skillmds@latest add tomevault-io/clipboard