Skip to content

Instantly share code, notes, and snippets.

@scharfie
Created June 22, 2015 19:17
Show Gist options
  • Save scharfie/a28d85cc6b524905dda1 to your computer and use it in GitHub Desktop.
Save scharfie/a28d85cc6b524905dda1 to your computer and use it in GitHub Desktop.
QuickLook any text file and selectable text
echo "Enabling selectable text in quicklook..."
defaults write com.apple.finder QLEnableTextSelection -bool true; killall Finder
echo "Installing QLSteven for quicklook of text files..."
cd ~/Downloads
curl -o QLStephen.qlgenerator.1.4.2.zip "https://github.com/whomwah/qlstephen/releases/download/1.4.2/QLStephen.qlgenerator.1.4.2.zip"
unzip -o "QLStephen.qlgenerator.1.4.2.zip"
sudo cp -R QLStephen.qlgenerator /Library/QuickLook
qlmanage -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment