https://github.com/synox/osxphotos-launchd-config
https://github.com/synox/osxphotos-launchd-config
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/synox/osxphotos-launchd-config
- Owner: synox
- License: cc0-1.0
- Created: 2021-01-04T20:08:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-06T00:21:31.000Z (over 5 years ago)
- Last Synced: 2024-02-13T21:55:39.623Z (over 2 years ago)
- Language: Shell
- Size: 1.23 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osxphotos-launchd-config
Config to run https://github.com/RhetTbull/osxphotos using launchd on macOS.
You need to edit all the files. You can drag `export-photos.app` into `Automator.app` to edit.
install the launchd config:
mkdir /Users/johndoe/Pictures/Apple-Photos-Exported
cd $HOME/Library/LaunchAgents
ln -s /Users/johndoe/bin/export-photos.plist export-photos.plist
launchctl unload $HOME/Library/LaunchAgents/export-photos.plist
launchctl load $HOME/Library/LaunchAgents/export-photos.plist
I added `export-photos.app` to "Full Disk Access", just to be sure.