CLI
CLI copied to clipboard
Feat ignore path
Probably merits a bit of cleanup but this PR allows to add the argument --ignore someRegExp,someOtherRegExp
to the cli, which is working for me to manually import in read-only mode and skip files in @eaDir or #recycle directory. Would have added a check for hidden file to ignore them as well but didn't find it in the fs package to fix https://github.com/immich-app/CLI/issues/73.
It's a bit too late for me to do the cleanup, might give it a try later if you find this is of interest.
oups, dond't even realize https://github.com/immich-app/CLI/pull/91 existed and already did this...