Skip to content

Instantly share code, notes, and snippets.

@niedzielski
Last active April 29, 2018 17:38
Show Gist options
  • Save niedzielski/409283130d9cdbe3000d67d752471cd4 to your computer and use it in GitHub Desktop.
Save niedzielski/409283130d9cdbe3000d67d752471cd4 to your computer and use it in GitHub Desktop.
Word-wrap text from and back to the clipboard.
xclip -sel c -o|
fold -sw 72|
xclip -sel c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment