Skip to content

Instantly share code, notes, and snippets.

@lsloan
Created September 18, 2015 15:21
Show Gist options
  • Save lsloan/9763d6b62ce557283a22 to your computer and use it in GitHub Desktop.
Save lsloan/9763d6b62ce557283a22 to your computer and use it in GitHub Desktop.
A command to enable text selection from Apple OS X Finder QuickLook windows.

Run this in your terminal to allow text selection in the QuickLook window:

defaults write com.apple.finder QLEnableTextSelection -bool true && killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment