The PhotosTree application was developed to be a command line tool that helps to organize photos by date taken. It simply copies the images from given source path to directory with the following structure: year > month > day. Program is provided with source code.
Usage:
PhotosTree source target [format]
Format placeholders:
%year%, %month%, Úy%, %hour%, %minute%
Format samples:
%year%\%month%, Y%year%\M%month%\DÚy%
What's New in This Release: [ read full changelog ]
· Added option to create shortcuts or links instead of copying files.