Skip to content

Lightweight Ruby library for converting of your photo folders downloaded from ICloud Photo grouped by year to folders organized by year and month.

Notifications You must be signed in to change notification settings

rusllonrails/icloud_media_sorter

Repository files navigation

ICloud Photo - Media Sorter

CircleCI Maintainability Test Coverage

Lightweight Ruby library for converting of your photo folders downloaded from ICloud Photo grouped by year to folders organized by year and month. https://www.icloud.com/photos/

Dependencies

Ruby (2.6.4)

Local Setup

Please make sure you have installed 'libexif' at first:

$ brew install libexif             # Homebrew
$ sudo apt-get install libexif-dev # APT
$ sudo yum install libexif-devel   # CentOS

Then:

gem install bundler:2.0.2
bundle

Run Unit tests

bundle exec rspec .

Run Rubocop check

bundle exec rubocop

Debug with Guard

bundle exec guard

About

Lightweight Ruby library for converting of your photo folders downloaded from ICloud Photo grouped by year to folders organized by year and month.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages