From d2deb6e696e9fc12328a1544adde6a14eefa877e Mon Sep 17 00:00:00 2001 From: Hummer12007 Date: Sun, 18 Oct 2015 13:32:16 +0300 Subject: [PATCH] Added a command to enable QuickLook text selection --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 74408ff..73da1c1 100644 --- a/README.md +++ b/README.md @@ -843,6 +843,10 @@ launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.pl ```bash qlmanage -p /path/to/file ``` +#### Enable Text Selection and Copying in QuickLook +```bash +defaults write com.apple.finder QLEnableTextSelection -bool true +``` ### Root User