Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] filter for filename #158

Open
shevernitskiy opened this issue Nov 4, 2023 · 0 comments
Open

[feature] filter for filename #158

shevernitskiy opened this issue Nov 4, 2023 · 0 comments

Comments

@shevernitskiy
Copy link

There is a add_filter method for specify target file extnsions.
Is this possible to add filter for filename?

Let me descirbe my case to clarify the reason.
I have the file dialog whitch should pick windows or linux executable file. The names are known - app.exe for win and app ro linux (without extension).
So I want to narrow files to pick by array &["app.exe", "app"] like I can do for extensions.
Is this possible to implement?

@shevernitskiy shevernitskiy changed the title [feature] filter for filname [feature] filter for filename Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant