marta-file-manager / marta-issues

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

`globalFilter` not working #919

Closed chrisgrieser closed 1 year ago

chrisgrieser commented 1 year ago

I am referring to the configuration behavior → files → globalFilter → name, which does not seem to work. the default value, "^(?!\\.DS_Store$).*$", which presumably is supposed to hide those pesky DS_Store files, actually does not hide them.

I tried setting up my own regex for hiding certain files, but none of them were working.


also on a small side note, I'd suggest renaming that setting, since "name" is ambiguous on whether it includes or excludes to regex. Also, as the default regex implies that it indeed means "include", I would suggest making it an exclude-filter.

page-down commented 1 year ago

This issue has been previously posted and has been marked as resolved in 0.8.2. However, version 0.8.2 has not yet been released.

https://github.com/marta-file-manager/marta-issues/issues/827

chrisgrieser commented 1 year ago

Oh missed that one, thanks