imgsort sorts your images in directories using a pattern based on your image dates
python imgsort.py DIRECTORY MODE
where MODE is a combination of the following possibilities:
- y for year
- m for month
- d for day
- - as separator
- . as separator
See the following examples:
- y-m-d creates 2016-12-01 or 1995-01-06
- m-y creates 12-2016 or 01-1995
- d.m.y creates 01.12.2016 or 06.01.1995