xtractr icon indicating copy to clipboard operation
xtractr copied to clipboard

Go Library for Queuing and Extracting Archives: Rar, Zip, 7zip, Gz, Tar, Tgz, Bz2, Tbz2

Results 16 xtractr issues
Sort by recently updated
recently updated
newest added

Hi I found this library is very handy and easy to use. Thank you for your work. I think current APIs are too simple, lacking some notable features, like "test...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/klauspost/compress](https://redirect.github.com/klauspost/compress) | `v1.17.9` -> `v1.17.11` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.17.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fklauspost%2fcompress/v1.17.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/andybalholm/brotli](https://redirect.github.com/andybalholm/brotli) | `v1.1.0` -> `v1.1.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fandybalholm%2fbrotli/v1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fandybalholm%2fbrotli/v1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

I have encountered some cases when extracting .RAR files. I encountered some files with names that were too long and returned this error. Is there any way I can fix...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/bodgit/sevenzip](https://togithub.com/bodgit/sevenzip) | `v1.5.1` -> `v1.5.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbodgit%2fsevenzip/v1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fbodgit%2fsevenzip/v1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

I am encountering an issue where the filenames appear garbled when extracted from a compressed archive. This may be due to the filenames being encoded in a different character set....