Skip to content

Instantly share code, notes, and snippets.

@imranismail
Created September 26, 2015 05:23
Show Gist options
  • Save imranismail/8ce062a61475384f3608 to your computer and use it in GitHub Desktop.
Save imranismail/8ce062a61475384f3608 to your computer and use it in GitHub Desktop.
Spectacleapp Preference Extractor
for key in MoveToPreviousThird MoveToRightDisplay MakeLarger MoveToRightHalf MakeSmaller MoveToTopDisplay MoveToBottomDisplay MoveToTopHalf MoveToBottomHalf MoveToUpperLeft MoveToCenter MoveToUpperRight MoveToFullscreen MoveToLeftDisplay MoveToLeftHalf MoveToLowerLeft RedoLastMove MoveToLowerRight MoveToNextDisplay MoveToNextThird MoveToPreviousDisplay UndoLastMove; do
printf "defaults write com.divisiblebyzero.Spectacle ${key} -data ";
defaults read com.divisiblebyzero.Spectacle ${key} | sed 's/[^0-9a-f]//g';
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment