From 49a4c8f6199e56fa2644425072534773f3b4347e Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Thu, 24 Sep 2015 18:38:36 +0200 Subject: [PATCH] Add Clipboard tabs to spaces --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1830ca1..70e24b3 100644 --- a/README.md +++ b/README.md @@ -376,6 +376,11 @@ sw_vers cat whatever.txt | pbcopy ``` +### Convert Tabs to Spaces for Clipboard Content +```bash +pbpaste | expand | pbcopy +``` + #### Copy data from Clipboard ```bash pbpaste > whatever.txt