Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pilotmoon/52c735fa4cb5888f8c51a7546708695f to your computer and use it in GitHub Desktop.
Save pilotmoon/52c735fa4cb5888f8c51a7546708695f to your computer and use it in GitHub Desktop.
Paste markdown quoted
#popclip
name: paste >
requirements: [paste]
javascript: popclip.pasteText(pasteboard.text.split(/\n/).map(str => '> ' + str).join('\n'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment