archiver
archiver copied to clipboard
Easily create & extract archives, and compress & decompress files of various formats
## What version of the package or command are you using? v4.0.0-alpha.7 ## What are you trying to do? `ArchiveFS.Open()` with a zip file that does not have explicit directory...
Hello, thanks for the awesome library. The new version is fantastic since I can use it in conjunction with other network libraries to stream HTTP response right into unarchiving process....
Hi, I have a lot of multipart .rar archives that follow the pattern from the title ``` .part1.rar .part2.rar .part.rar ``` but when I execute a command like this: `arc.exe...
Git is constantly telling me that there are changes to the file/symlink: `vendor/github.com/mholt/archiver/testdata/exist` This breaks the go `dep` dependency/vendor tool. The issue appears to be because when windows or bash...
Dear Matt, Thanks to your great lib. What I'm working is optional compressed extensions, so non-compressed ones that they do nothing about compression/decompression are included. ## What would you like...
## What would you like to have changed? A similar implementation like [tarfs](https://github.com/spf13/afero/tree/master/tarfs) or [zipfs](https://github.com/spf13/afero/tree/master/zipfs) is appreciated. ## Why is this feature a useful, necessary, and/or important addition to this...
## What version of the package or command are you using? v3.5.1 ## What are you trying to do? Trying to extract a tar.gz file (which I suspect might replicate...
## What version of the package or command are you using? ## What are you trying to do? ## What steps did you take? ## What did you expect to...
I think will be cool to support .deb and .rpm and probably others linux packages formats .deb are custom wrapped tar.gz/tar.bz2/tar.xz/tar.lz4/tar.sz archives .rpm are custom wrapped cpio archives the only...