Custom PopClip extensions for macOS.
Types clipboard content as individual keystrokes instead of pasting. Works in fields that block Cmd+V, such as password confirmation fields, remote desktops, and VMs.
Installation: Double-click the TypeText.popclipext directory to install.
Intelligently detects and removes hard line breaks caused by selecting text in a terminal window, preserving intentional formatting like paragraphs, code blocks, and log output.
Installation: Double-click the TerminalCopy.popclipext directory to install.
Opens URLs that span multiple lines by joining them into a single URL. Useful when copying URLs from terminal applications where line breaks are inserted.
Installation: Double-click the OpenMultilineURL.popclipext directory to install.
PopClip is a macOS utility that appears when you select text, providing quick actions like copy, paste, search, and more. Extensions allow you to add custom actions.
These extensions are built using PopClip's JavaScript module system and AppleScript. See the official documentation for more information on creating extensions.
MIT