ventoy / Ventoy

A new bootable USB solution.
https://www.ventoy.net
GNU General Public License v3.0
63.21k stars 4.11k forks source link

[Feature] Change fuzzy matching character #865

Open rphlrmblt opened 3 years ago

rphlrmblt commented 3 years ago

With version 1.0.42, Ventoy introduce a fuzzy matching character *

You need to specify the full path of the ISO file by image option. In addition to a fixed path, here you can also use * for fuzzy matching. Attention: For simplicity, the * fuzzy matching here is much different with our common usage.

  • A * is fixed to match only 1 character, if you want to match multiple characters, you need to write multiple *

It should be better to use the ? character what it the common usage in DOS/CMD/Unix way to replace only a character and not * which belong to unknown number of characters.

TheRealGramdalf commented 1 year ago

Can this be revisited @ventoy ? This should be a simple chang, but it would be a nice qol.