diff --git a/README.md b/README.md index d827bf6..94b64aa 100644 --- a/README.md +++ b/README.md @@ -975,6 +975,11 @@ uptime cat whatever.txt | pbcopy ``` +#### Convert Clipboard to Plain Text +```bash +pbpaste | textutil -convert txt -stdin -stdout -encoding 30 | pbcopy +``` + #### Convert Tabs to Spaces for Clipboard Content ```bash pbpaste | expand | pbcopy @@ -990,11 +995,6 @@ pbpaste > whatever.txt pbpaste | sort | uniq | pbcopy ``` -#### Convert Clipboard to plain text -```bash -pbpaste | textutil -convert txt -stdin -stdout -encoding 30 | pbcopy -``` - ### FileVault #### Automatically Unlock FileVault on Restart