Cpc

Copy text to clipboard via pbcopy. Triggers on keywords: copy, clipboard, pbcopy, cpc

MatiasComercio 6602ff0 339 B Updated

File contents

CPC - Copy to Clipboard

Copies provided text to the macOS clipboard.

Usage

/cpc <text to copy>

Implementation

Execute:

cat << 'EOF' | pbcopy
$ARGUMENTS
EOF

Report: "Copied to clipboard."

MatiasComercio/agentic-config/tree/main/plugins/ac-tools/skills/cpc commit 6602ff0564

Frequently asked questions

npx skillmds@latest add matiascomercio/cpc