diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 22:42:52 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 22:42:52 +0200 |
| commit | b013e5fb87580e4cab0d85a0d2c8bb402c610413 (patch) | |
| tree | 84aefe0c6c3b91f6bbc51a329c143b9ef60f9de4 /man/krino.conf.5 | |
| parent | 9e65644f473d75ceb7e3ef67302189eeaba0f922 (diff) | |
| download | krino-b013e5fb87580e4cab0d85a0d2c8bb402c610413.tar.gz krino-b013e5fb87580e4cab0d85a0d2c8bb402c610413.zip | |
plan 10: docs (-n, README version and scope, trash identity, --json U+FFFD, limitations, changelog)
Diffstat (limited to 'man/krino.conf.5')
| -rw-r--r-- | man/krino.conf.5 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/man/krino.conf.5 b/man/krino.conf.5 index 1fc113d..d86267d 100644 --- a/man/krino.conf.5 +++ b/man/krino.conf.5 @@ -658,6 +658,15 @@ or .Ql } . .El .Pp +With +.Ic fold +on, the default, a +.Ic name +test matches the folded name and its captures come from that text, so +.Ic {1} +loses diacritics +.Pq see Sx KNOWN LIMITATIONS . +.Pp .Ar FMT is a strftime subset: .Ql %Y %m %d %H %M %S %j %% . @@ -788,6 +797,21 @@ Duplicate conditions with different scopes do not share an original, so two such rules can between them move every copy of a group aside; nothing is deleted. .Sh KNOWN LIMITATIONS +Captures +.Ic {1} No ... Ic {9} +come from the folded name when +.Ic fold +is on: +.Ql (name \(dq^(.+)-faktura\(dq) +on +.Pa \[/L]\['o]d\[u017A]-faktura.pdf +makes +.Ic {1} +.Ql Lodz . +Set +.Ql (fold no) +in the rule to keep diacritics. +.Pp A .Ar dest whose |
