Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Last active August 24, 2019 19:49
Show Gist options
  • Save ziadoz/200bc89eddac33bf0c61 to your computer and use it in GitHub Desktop.
Save ziadoz/200bc89eddac33bf0c61 to your computer and use it in GitHub Desktop.
OS X Photos - View Raw Photos in Finder
#!/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