Planned to do something useful, but... ended up figuring out how to show hidden files in dialogs (not same as finder) by default on OSX.

For those interested: 'defaults write NSGlobalDomain AppleShowAllFiles -bool true'

And yes, you can codify that using ansible: https://docs.ansible.com/ansible/latest/collections/community/general/osx_defaults_module.html

Comments