forked from Github/filetags
README: corrected regex for file name convention
This commit is contained in:
parent
59373afc40
commit
21aa4c8fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue