marta-file-manager / marta-issues

An issue tracker for Marta File Manager.
https://marta.yanex.org/
330 stars 0 forks source link

`Select Group` does not use regex, even though docs say so #905

Open chrisgrieser opened 1 year ago

chrisgrieser commented 1 year ago

The docs mention that Select Group does use a regex, and the feature itself is labelled "Pattern". However, Select Group only accepts a literal string, things like .png$ do not seem to work.

page-down commented 1 year ago

I can reproduce this issue.

Click on the menu Edit -> Select Group and enter the regular expression in the dialog box. Nothing is selected. Only substrings can be matched.

Configuring key binding does not work either.

"F1" {
    id "core.select.group"
    pattern "^debug"
}