51 Commits (fc67d645ec846fd00167a0a8259c03b689ac2a5a)

Author SHA1 Message Date
Tanzim Hossain Romel 92aed2e936
feat(extract): add unar as fallback for RAR extraction (#13472) 3 months ago
drjaska 9d8d4cf414
feat(extract): support `.pk{3,4,7}` files (#13254) 7 months ago
Marc Cornellà e50dd3417c
feat(extract): add support for `.crx` (Chrome extension format) (#12652) 2 years ago
Marc Cornellà c68ff8aeed
feat(extract): add support for .vsix files (VS Code extension) (#12643) 2 years ago
vincent 4e8099175e
feat(extract): add support for multi-part 7z (#12484) 2 years ago
Shai Coleman 668ca3a32d
fix(extract): `zst` now extracts as expected (#12395) 2 years ago
Ing. Jan Kaláb 4ad09ab0b1
feat(extract): prefer using `pbzip2` instead of `bunzip2` (#12280) 2 years ago
Daniel Wang 1f56f2bdc4
fix(extract): remove extraction file extension for tar (#11873) 3 years ago
Marc Cornellà 3f477e5da5
fix(extract): extraction to directory for single-file .gz (#11852) 3 years ago
Marc Cornellà b06663df23 feat(extract): add support for `.zlib` and `.exe` files (#11085) 3 years ago
Marc Cornellà 3a01d7df82 fix(extract): fix extract dir naming conflicts 3 years ago
Marc Cornellà 49d34d00cd
fix(extract): fix conflict if compressed file has a folder of the same name 3 years ago
Marc Cornellà d47e1d65f6
fix(extract): safely remove extract directory 3 years ago
Marc Cornellà 75405b7b0a
feat(extract): always extract files into its own folder (#11596) 3 years ago
Filippo Bonazzi a4f08ad238
feat(extract): support `obscpio` format (#11511) 3 years ago
david 9b91e82560
feat(extract): add `zpaq` support (#11478) 3 years ago
xiagw 4b5076b5ec
feat(extract): add `pbzip2` and `pixz` (#11435) 3 years ago
Marc Cornellà 0b32e4b25f
style(extract): adopt main code style guide and refactor variables 5 years ago
Marc Cornellà 10a00085d0
fix(extract): don't push entries to dirstack when extracting rpm and deb files 5 years ago
Marc Cornellà a2f1ef69b5
fix(extract): correctly extract rpm files on other directories 5 years ago
Xeonacid 0b506fea0c
feat(extract): add cpio support 5 years ago
Alexander Kapshuna 59a9b453d3
fix(extract): support unpacking deb file from different directory 5 years ago
Marc Cornellà 6dc937ff68
feat(extract): add suport for .cab files via `cabextract` 5 years ago
Corey Hinkle 706b2f3765
feat(extract): add support for .ear files (#9901) 5 years ago
Thi Doãn 322e592c38
extract: add IPA to extractable filetypes (#9117) 6 years ago
Aloxaf 78b07e92fd extract: add lz4 support (#8510) 6 years ago
Marc Cornellà 6bac9eb103 extract: add lrz support (#8500) 6 years ago
Mustaqim Malim ad1169bf39 extract: add tar.lz support (#8479) 6 years ago
Filipe Nascimento 1761685d3e extract: add zstd support (#8469) 6 years ago
Richard Pöttler 68c4c06283 extract: add RPM archive support (#8347) 6 years ago
Marc Cornellà 24726678dd
extract: keep *.gz files with pigz and gunzip 6 years ago
Ing. Jan Kaláb 586ca16902 extract: add AAR Android archive support (#7511) 7 years ago
Alexander Kapshuna 5fbf912093 extract: whl files support (#7045) 8 years ago
kapsh 91b771914b extract: check file extension as lowercase (#6158) 8 years ago
David Leitner 3f654922de Update extract.plugin.zsh (#6516) 8 years ago
Marc Cornellà bac896fca7 extract: add README 10 years ago
Marc Cornellà b5dc976d23 extract: add file extensions to extract completion 10 years ago
Marc Cornellà 68425c266a extract: replace basename&sed w/ zsh variable expansion syntax 10 years ago
Marc Cornellà f12cb5a697 extract: fix extraction of deb packages with data.tar.xz 10 years ago
Marc Cornellà 09d95251a7 extract: fix styling 10 years ago
Hugh Wang a42a3eead7 Recognize Firefox addon and Android packages. 10 years ago
Neal f1d12c598b Add .ipsw to the extract plugin. 11 years ago
Will Boyce db8eacf6fd use pigz if available in extract plugin 11 years ago
Frank Behrens 6fc241b0d2 extract plugin will unzip *.sublime-package files 12 years ago
Timo Sand 671db71d21 Added '.jar' 13 years ago
Timo Sand 387de3a57e Added '.war' extension to unzip 13 years ago
ripdog 2264c51355 Update plugins/extract/extract.plugin.zsh 13 years ago
Daniel Bye b73f95ab26 Removed the assignments to fpath as well, since that's all handled in the .oh-my-zsh/oh-my-zsh.sh boot script. 14 years ago
Daniel Bye c04b4abe91 Removed calls to compinit in the extract and the bundler plugins. compinit should only be called once, after all modules, libs, etc are imported. 14 years ago
Sorin Ionescu a5c383258b Handle tar.xz and tar.lzma better (credit: @gwjo). 15 years ago