Ten Four: clean copyable snippets from the terminal to Raycast
Here’s a small annoyance you’ve probably stopped noticing because you’ve worked around it a thousand times. A tool prints something you want to copy (a URL, an API key, a shell command, a block of SQL) and you drag-select it out of the terminal. What lands on your clipboard is mangled: wrapped lines, stray leading spaces, broken indentation. You’re not copying the snippet, you’re copying the reflowed text off the character grid your terminal happened to render it onto. ...