Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcuswestin/6a2b03659b017e050f9e to your computer and use it in GitHub Desktop.
Save marcuswestin/6a2b03659b017e050f9e to your computer and use it in GitHub Desktop.
List apps with stored preferences
defaults domains | tr ',' '\n' | grep Foo
defaults delete `defaults domains | tr ',' '\n' | grep Reveal`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment