Add support for 7zr and 7zz #762
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
p7zip provides 7zr(1) in addition to 7za(1) and 7z(1). 7zr behaves like 7z with the exception that it only supports the 7z, LZMA, and XZ formats.
Since 7-Zip 21.01 alpha, the 7-Zip project provides a command-line version of 7-Zip for Linux, 7zz(1). It shares nearly all of the command-line options and syntax of the p7zip port.
This PR applies the current completions for 7z to 7zr and 7zz.
Note: There are a few minor differences between 7zz and the others (e.g. 7zz does not support
-mh*
or-ms*
) which will can be addressed by subsequent work.Thanks for considering,
Kevin