Hi everybody, this is a command-line app that I created while working with my wife on filling a family album, where we needed to choose pictures per month/year, unfortunately, I wasn't able to find any software doing this while holding my photos out of the cloud, and ended up writing it.<p>It's pretty simple right now, it takes a source directory, and processes the photos by taking the creation date from its metadata, producing an output directory where each photo is inside a specific directory for its year/month, like 2020/02-february/photo-1.img.<p>It was build to fulfill my needs, and hopefully, it can be useful for others.<p>At last, this is was my proof that creating cli apps in Scala is now feasible.<p>Thanks!<p>EDIT: Apparently, I'm a guy still in the caverns because most of my friends seem to prefer to use Google Photos/iCloud/etc, while I prefer to still keep some privacy, what a time to live it.