Created
September 26, 2015 05:23
-
-
Save imranismail/8ce062a61475384f3608 to your computer and use it in GitHub Desktop.
Spectacleapp Preference Extractor
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
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