Created
June 1, 2026 09:24
-
-
Save pilotmoon/0d861db5d553110672da2458e6c93afd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // #popclip | |
| // name: Comma Surround | |
| // icon: "," | |
| // language: javascript | |
| const textWithCommas=`, ${popclip.input.text},`; | |
| popclip.pasteText(textWithCommas); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(The above block is an extension snippet — select it then click "Install Extension" in PopClip.)