Last active
August 24, 2019 19:49
-
-
Save ziadoz/200bc89eddac33bf0c61 to your computer and use it in GitHub Desktop.
OS X Photos - View Raw Photos in Finder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Make the OS X Photos Library viewable as a folder called Raw in ~/Pictures | |
cd ~/Pictures | |
mkdir Raw | |
ln -s ~/Pictures/Photos\ Library.photoslibrary/Masters/ Raw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment