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 request: ability to pass custom options to 7zip #760

Open
kambala-decapitator opened this issue Feb 24, 2024 · 0 comments
Open

feature request: ability to pass custom options to 7zip #760

kambala-decapitator opened this issue Feb 24, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kambala-decapitator
Copy link

kambala-decapitator commented Feb 24, 2024

Is your feature request related to a problem? Please describe.
I'd like to add exclude filters to 7z extractor. For example, to extract macOS archives without debug symbols (that take a lot of space and not needed on CI) I use the following command: 7z x "$archive" '-xr!*.dSYM'

Describe the solution you'd like
Probably additional CLI parameter. I guess it would work only with external 7z.

Describe alternatives you've considered
-

@kambala-decapitator kambala-decapitator added the enhancement New feature or request label Feb 24, 2024
@miurahr miurahr added help wanted Extra attention is needed good first issue Good for newcomers labels Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants