README: corrected regex for file name convention

This commit is contained in:
Karl Voit 2019-12-14 11:38:30 +01:00
parent 59373afc40
commit 21aa4c8fa4

View file

@ -35,7 +35,7 @@ separate tags from the file name, I am using the separator
For people familiar with [[https://en.wikipedia.org/wiki/Regex][Regular Expressions]]:
: (<ISO date/time stamp>)? <descriptive file name> -- <list of tags separated by spaces>.<file extension>
: (<ISO date/time stamp>)?(?<descriptive file name>)?( -- <list of tags separated by spaces>)?.<file extension>
Tagging files this way requires a file renaming process. Adding (or
removing) tag(s) to a set of file results in multiple renaming