copy
النجوم٠
التفرعات٠
آخر تحديث١١ فبراير ٢٠٢٦ في ٠١:٥٢
Copy text to macOS clipboard using pbcopy
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
SKILL.md
readonlyالقائمة
Copy text to macOS clipboard using pbcopy
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | copy |
| description | Copy text to macOS clipboard using pbcopy |
| user_invocable | true |
Copy the most recent relevant text from the conversation to the macOS clipboard.
pbcopy to place the text in clipboard:
printf '%s' "TEXT_HERE" | pbcopy
printf '%s' instead of echo to avoid trailing newline issuespbcopy <<'EOF'
line 1
line 2
EOF
Open relevant web pages based on current context
Open Finder at relevant location
Render complex content as a styled HTML page and open in browser
Open markdown files in Typora editor for comfortable reading