Format text/messages nicely based on context and copy to clipboard using pbcopy. Use when the user wants to draft and copy a message, email, post, or any text to their clipboard. Triggers on "copy to clipboard", "draft a message", "write an email and copy it", "copy this", or any request to prepare and copy text for pasting elsewhere.
Format text for a given context and copy it to the user's clipboard via pbcopy.
pbcopy << 'EOF'
<formatted text>
EOF