int128 / gpup

A command to upload photos and movies to Google Photos Library using the official Google Photos Library API
Apache License 2.0
220 stars 22 forks source link

Added regex filters to include or exclude files #30

Open jpg0 opened 5 years ago

jpg0 commented 5 years ago

Currently it's not possible to select which files in a directory are processed. Whilst this can be done with multiple file arguments, this makes things like only include jpgs or excluding specific files (backup files in my case) much harder.

This PR allows exclusion and inclusion filters via regex patterns.