Skip to content

Instantly share code, notes, and snippets.

View marpaia's full-sized avatar
:shipit:
Continuously Integrating

Mike Arpaia marpaia

:shipit:
Continuously Integrating
View GitHub Profile
@gregneagle
gregneagle / fancy_defaults_read.py
Last active February 6, 2024 15:14
fancy_defaults_read.py: Reads a preference, prints its value, type, and where it is defined.
#!/usr/bin/python
import os
import sys
from CoreFoundation import (CFPreferencesAppValueIsForced,
CFPreferencesCopyAppValue,
CFPreferencesCopyValue,
kCFPreferencesAnyUser,
kCFPreferencesAnyHost,