10 Terminal Tips: Commands Covered

Below are the terminal commands covered in Mike’s 10 Terminal Tips for Mac Users talk at Macstock 2015!

Reveal Hidden files in the Finder:

defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder

Select Text in Quick Look:

defaults write com.apple.finder QLEnableTextSelection -bool TRUE; killall Finder

Enable Key Repeat (Allison’s Twitter Question):

defaults write -g ApplePressAndHoldEnabled -bool false
(more…)