-
Notifications
You must be signed in to change notification settings - Fork 57
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 Request] Partial extract by pattern #243
Comments
Something like this would certainly be possible to add. Rather than implementing yet another file selection logic (a quick look at the manpage suggests that it's also possible to exclude paths, use regexes, ...), I'd probably use the same logic that is currently used to filter files in It's going to take a while before I'll get around to implementing any of this, though. |
Thanks again! That would be great. I'll be waiting for the news. |
I thought I'd let ChatGPT come up with the glob implementation, but after iterating on its malfunctioning and over-complicated "solution" for way too long, I just implemented it myself... :)
I actually went a different route: I changed the code that implements filters in
This should make it into the next release. If you want to play with it, you can try using the artifacts produced by the CI pipeline. |
Thank you for adding this feature, it works better than I even expected ;-) |
Thanks for the great project!
Is it possible to add a partial extract by pattern, as it is done in
unsquashfs
?For example:
or:
The text was updated successfully, but these errors were encountered: