featured,
How To,
macOS,
Quick Look
How to Copy Text in Quick Look
Quick Look is an awesome feature in OS X. It lets you preview the file contents without opening the associated app. But normally, we cannot copy from that Quick Look window. With a nifty trick we can enable that so that you can copy from that window. To enable copying, just execute the following code in Terminal.
defaults write com.apple.finder QLEnableTextSelection -bool true;killall Finder
Now you would be able to copy from Quick Look. And if you want to disable it you can do it by executing the following command

0 comments