0.0
No commit activity in last 3 years
No release in over 3 years
Split photos into events by date.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0

Runtime

~> 1.1.3
 Project Readme

EventSplittr

Place a number of images in folders based on the date they were taken. This is useful if you're using simple photo management tools like Unbound and you need to place images in folders based on the day they were taken.

Installation

$ gem install event_splittr

Usage

Perform a dry-run
$ splittr -d /destination_dir path/to/images/*jpg

This will output a list of things that will be moved.

Move files
$ splittr -f -d /destination_dir path/to/images/*jpg

This will create sub-folders in destination_dir with a format like "2014-05-06", and put all the images taken on that day in that folder.

Contributing

  1. Fork it ( http://github.com//event_splittr/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request