Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

photostream

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

photostream

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Photostream

Makes it easer to access photos from your Photo Stream on a Mac.

This probably requires you to activate the Photo Stream in your iCloud System Preferences.

Usage

To get going:

photostream start <directory>

This will start it syncing to the given directory. If you don't supply a directory, it will sync into $HOME/Pictures/Photo Stream.

photostream sync <directory>

This will perform a one-off sync. This is what gets run by the background job. Again, if you don't supply a directory, the default will be used.

photostream stop

This will stop the sync, and remove the background job. It won't, however, remove any of the linked files that it created. I'm afraid you'll need to do that yourself.

How does it work?

When Photo Stream is active, the pictures actually get downloaded to your Mac, but in a hard-to-navigate nested directory structure of hashes.

This tool just creates a new directory with hard links to all the files in that nested directory structure. It uses launchd to monitor when new photos appear and resyncs the directory any time a new photo appears on your computer.

We have to use hard links so that the Finder will display the image with a thumbnail.

FAQs

Package last updated on 05 Mar 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc