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."
Copy text to clipboard via pbcopy. Triggers on keywords: copy, clipboard, pbcopy, cpc
Browse the full folder contents for cpc.
Loading file tree…
Skill Metadata
Copies provided text to the macOS clipboard.
/cpc <text to copy>
Execute:
cat << 'EOF' | pbcopy
$ARGUMENTS
EOF
Report: "Copied to clipboard."