Skip to content

ruby script i use to copy photos off my iphone/camera and into directories named by year and date

Notifications You must be signed in to change notification settings

aukeman/photo_copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

photo_copy

A ruby script I use to copy photos off my phone or camera and into directories organized by year and date

Usage: ./photo_copy.rb <source dir> <target dir>

The script will copy all files from <source dir> (not recursive) and into a directory underneath <target dir> such that the copied file's path is <target dir>/<year>/<year> <month> <day>/<filename>, where year month and day all come from the file's modification timestamp.

The script will not copy duplicate files.

About

ruby script i use to copy photos off my iphone/camera and into directories named by year and date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages