Created
June 22, 2015 19:17
-
-
Save scharfie/a28d85cc6b524905dda1 to your computer and use it in GitHub Desktop.
QuickLook any text file and selectable text
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
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