Last active
April 29, 2018 17:38
-
-
Save niedzielski/409283130d9cdbe3000d67d752471cd4 to your computer and use it in GitHub Desktop.
Word-wrap text from and back to the clipboard.
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
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