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

filter by file extension #275

Open
mobileink opened this issue May 17, 2021 · 1 comment
Open

filter by file extension #275

mobileink opened this issue May 17, 2021 · 1 comment

Comments

@mobileink
Copy link

On the topic of filtering, I wonder if it would make sense to support an API that would allow filtering by file extension instead of regexps. I'm guessing that sort of filter could be implemented much more efficiently than with regexps, and I'll bet its a very common use case. Something like myfilter.exts = ["ml", "mli", "mll", "mly"]

@mobileink
Copy link
Author

Oops, wrong language. I meant myfilter.exts = {"ml", "mli", "mll", "mly"} (C11)

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