Skip to content

Instantly share code, notes, and snippets.

@pilotmoon
Created June 1, 2026 09:24
Show Gist options
  • Select an option

  • Save pilotmoon/0d861db5d553110672da2458e6c93afd to your computer and use it in GitHub Desktop.

Select an option

Save pilotmoon/0d861db5d553110672da2458e6c93afd to your computer and use it in GitHub Desktop.
// #popclip
// name: Comma Surround
// icon: ","
// language: javascript
const textWithCommas=`, ${popclip.input.text},`;
popclip.pasteText(textWithCommas);
@pilotmoon

Copy link
Copy Markdown
Author

(The above block is an extension snippet — select it then click "Install Extension" in PopClip.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment