Skip to content

Instantly share code, notes, and snippets.

@mhairston
Last active December 19, 2015 21:29
Show Gist options
  • Save mhairston/6020654 to your computer and use it in GitHub Desktop.
Save mhairston/6020654 to your computer and use it in GitHub Desktop.
Enable select & copy in QuickLook previews
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