PowerShell / Microsoft.PowerShell.Archive

Archive PowerShell module contains cmdlets for working with ZIP archives
https://technet.microsoft.com/en-us/library/dn818910.aspx
MIT License
93 stars 37 forks source link

Add gzip (`.gz`) support #152

Open o-l-a-v opened 9 months ago

o-l-a-v commented 9 months ago

Summary of the new feature / enhancement

.NET and .NET Framework supports Gzip already, has for a long time:

Here's an example function that makes it easy to use in PowerShell:

Thus it makes sense to add support for gzip (.gz) for cmdlets like Expand-Archive.

Proposed technical implementation details (optional)

No response