kocmana/filerename

Create Wildcard Template for Input Strings

Closed this issue · 1 comments

Enumeration and Creation Date Rules require to have a wildcard template for input strings that identifies several files. This could be created as some sort of regex rule <<R|{regex-expression}>> or, probably easier from user perspective using common wildcards * ? as part of the filename.

  • Example Approach 1:
    • -i "image<<R|[0-9]{8}>>.jpg -o "image<<CD>>.JPG"
    • This would also allow to shift parts of the filename between input and output filename
  • Example Approach 2:
    • i "image*.jpg" -o "image<<CD>>.JPG"

closed by #15 based on the first approach described