Skip to content

Instantly share code, notes, and snippets.

View paulheyer's full-sized avatar

Paul Heyer paulheyer

View GitHub Profile
@paulheyer
paulheyer / Enable copy and paste in Finder Quick Look
Last active December 27, 2015 12:09
Enable copy and paste in Apple Mac OS Finder Quick Look. Allows copying contents when previewing documents.
$ defaults write com.apple.finder QLEnableTextSelection -bool TRUE;
$ killall Finder
@paulheyer
paulheyer / .gitignore
Last active December 27, 2015 01:09 — forked from adamgit/.gitignore
.gitignore for Xcode 5
#########################
# .gitignore file for Xcode5
#
# NB: if you are storing "built" products, this WILL NOT WORK,
# and you should use a different .gitignore (or none at all)
# This file is for SOURCE projects, where there are many extra
# files that we want to exclude
#
# For updates, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
# and https://gist.github.com/adamgit/3786883