Skip to content

Instantly share code, notes, and snippets.

@riccardobenini
Created August 30, 2013 10:56
Show Gist options
  • Save riccardobenini/6388699 to your computer and use it in GitHub Desktop.
Save riccardobenini/6388699 to your computer and use it in GitHub Desktop.
Abilitare la selezione del testo in quick look
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