Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stop Photos from opening automatically #8

Open
professor opened this issue Dec 30, 2021 · 1 comment
Open

stop Photos from opening automatically #8

professor opened this issue Dec 30, 2021 · 1 comment

Comments

@professor
Copy link
Contributor

I'm curious if you would see this as a good feature. It was handy on pairing stations, and it's handy on a solo station when plugging in a phone to simply charge...

# stop Photos from opening automatically
defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true
#to revert use defaults -currentHost delete com.apple.ImageCapture disableHotPlug
@infews
Copy link
Owner

infews commented Jan 9, 2022

This and #9 are suggesting a better question.

What is the simple way to separate the guts of this repo and the specific tasks? Your tasks and mine could/should be very different.

The way I would do this today would be to decompose some of the MacPreferences into smaller tasks. And then your fork could have a different repave script.

Or, somewhat like Homebrew, we could have a gulp YAML file of tasks to run that repave loads? And that could be stored separately. Maybe it belongs in a different repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants