Skip to content

Replace sequential matching with fuzzy matching as the default mode

Fuzzy matching of file names should be introduced as a preferred alternative to the current sequential matching. Sequential matching should work for most use cases, but there are edge cases where it will fail spectacularly. A good example is if the files are named similarly, but they all have a numbered prefix that does not preserve the correct order for sequential matching.

This will complement #1.