Skip to content

Instantly share code, notes, and snippets.

@jcsalterego
Created May 12, 2011 18:49
Show Gist options
  • Select an option

  • Save jcsalterego/969186 to your computer and use it in GitHub Desktop.

Select an option

Save jcsalterego/969186 to your computer and use it in GitHub Desktop.
Grab all parameters for `defaults write` for Twitter for Mac
$ find /Applications/Twitter.app \
-type f \
-exec strings {} \; \
| awk '/^values.[^ ]+$/ { sub("values.", ""); print }'
FontSize
ShowDevelopMenu
QuoteTweetSyntax
ShowFullNames
TypeAnywhereToTweet
TMLinkColor
NormalComposeWindowLevel
HideInBackground
MenuItemBehavior
UserTimelineDerepeater
openLinksInBackground
automaticallyScrollToTop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment