<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/extract, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/extract?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/extract?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2025-12-09T19:14:31Z</updated>
<entry>
<title>feat(extract): add unar as fallback for RAR extraction (#13472)</title>
<updated>2025-12-09T19:14:31Z</updated>
<author>
<name>Tanzim Hossain Romel</name>
<email>romel.rcs@gmail.com</email>
</author>
<published>2025-12-09T19:14:31Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=92aed2e93624124182ba977a91efa5bbe1e76d5f'/>
<id>urn:sha1:92aed2e93624124182ba977a91efa5bbe1e76d5f</id>
<content type='text'>
Add unar as a fallback when unrar is not available for extracting
RAR files. This addresses the issue where unrar has been removed
from Homebrew due to licensing issues.

The extraction now:
- Prefers unrar if available (backward compatible)
- Falls back to unar if unrar is not found
- Shows helpful error message if neither tool is installed</content>
</entry>
<entry>
<title>feat(extract): support `.pk{3,4,7}` files (#13254)</title>
<updated>2025-08-08T09:23:24Z</updated>
<author>
<name>drjaska</name>
<email>88596812+drjaska@users.noreply.github.com</email>
</author>
<published>2025-08-08T09:23:24Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=9d8d4cf41482a95127ca41faecc0a7ee0781ca2e'/>
<id>urn:sha1:9d8d4cf41482a95127ca41faecc0a7ee0781ca2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(extract): add support for `.crx` (Chrome extension format) (#12652)</title>
<updated>2024-09-05T10:07:18Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc@mcornella.com</email>
</author>
<published>2024-09-05T10:07:18Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=e50dd3417c8b9e072593b6c14473e1360bd88b02'/>
<id>urn:sha1:e50dd3417c8b9e072593b6c14473e1360bd88b02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(extract): add support for .vsix files (VS Code extension) (#12643)</title>
<updated>2024-08-30T12:30:57Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc@mcornella.com</email>
</author>
<published>2024-08-30T12:30:57Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=c68ff8aeedc2b779ae42d745457ecd443e22e212'/>
<id>urn:sha1:c68ff8aeedc2b779ae42d745457ecd443e22e212</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(extract): add support for multi-part 7z (#12484)</title>
<updated>2024-06-08T08:48:33Z</updated>
<author>
<name>vincent</name>
<email>captainvincenttw@gmail.com</email>
</author>
<published>2024-06-08T08:48:33Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=4e8099175ef2559f00e8ab5954adccd940a8fd4a'/>
<id>urn:sha1:4e8099175ef2559f00e8ab5954adccd940a8fd4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(extract): `zst` now extracts as expected (#12395)</title>
<updated>2024-05-03T19:43:53Z</updated>
<author>
<name>Shai Coleman</name>
<email>shai.coleman@cashanalytics.com</email>
</author>
<published>2024-05-03T19:43:53Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=668ca3a32dae5ff5d164fc3be565f1e2ece248db'/>
<id>urn:sha1:668ca3a32dae5ff5d164fc3be565f1e2ece248db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(extract): prefer using `pbzip2` instead of `bunzip2` (#12280)</title>
<updated>2024-03-12T17:23:08Z</updated>
<author>
<name>Ing. Jan Kaláb</name>
<email>jan+github@kalabovi.org</email>
</author>
<published>2024-03-12T17:23:08Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=4ad09ab0b10adc90730476bd27f24f93d94728ad'/>
<id>urn:sha1:4ad09ab0b10adc90730476bd27f24f93d94728ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(extract): remove extraction file extension for tar (#11873)</title>
<updated>2023-09-03T15:08:19Z</updated>
<author>
<name>Daniel Wang</name>
<email>firedfox@users.noreply.github.com</email>
</author>
<published>2023-09-03T15:08:19Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=1f56f2bdc455f2167c10fdbeca10934f5f0cbd99'/>
<id>urn:sha1:1f56f2bdc455f2167c10fdbeca10934f5f0cbd99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(extract): extraction to directory for single-file .gz (#11852)</title>
<updated>2023-08-23T11:25:33Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2023-08-23T11:25:33Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=3f477e5da5ee42356f103d2c5cdd478d23bf9f03'/>
<id>urn:sha1:3f477e5da5ee42356f103d2c5cdd478d23bf9f03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(extract): add support for `.zlib` and `.exe` files (#11085)</title>
<updated>2023-05-21T19:05:14Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2023-05-21T18:14:32Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=b06663df23b2910a6e542dc114dc7adc2cdce22f'/>
<id>urn:sha1:b06663df23b2910a6e542dc114dc7adc2cdce22f</id>
<content type='text'>
Fixes #11085
</content>
</entry>
</feed>
