Skip to content

Instantly share code, notes, and snippets.

@dpavlin
Created July 11, 2018 18:49
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 dpavlin/2806f28389d781dcf6ffa260599da057 to your computer and use it in GitHub Desktop.
Save dpavlin/2806f28389d781dcf6ffa260599da057 to your computer and use it in GitHub Desktop.
#!/bin/sh
xclip -out | sed 's/&/\&amp;/g; s/</\&lt;/g; s/>/\&gt;/g; s/"/\&quot;/g; s/'"'"'/\&#39;/g' | xclip -in -selection clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment