This uses @andrewning’s sortphotos script
My typical use is roughly:
python sortphotos.py --recursive --sort %Y%m [--test] /path/to/src /path/to/dest
Caveats:
- I put in very little effort, but couldn’t get it to work globally, so I run from the
[repo]/src
folder. - It does not support
~
alias, so even if your src or dest folders are in your home folder, you’ll need to specify them with absolute paths.