Last active
December 19, 2015 21:29
-
-
Save mhairston/6020654 to your computer and use it in GitHub Desktop.
Enable select & copy in QuickLook previews
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
defaults write com.apple.finder QLEnableTextSelection -bool TRUE; killall Finder | |
http://www.macworld.com/article/1164668/select_and_copy_text_within_quick_look_previews.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment