summaryrefslogtreecommitdiff
path: root/plugins/extract
AgeCommit message (Collapse)Author
2020-07-18extract: add IPA to extractable filetypes (#9117)Thi Doãn
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-01-04extract: add lz4 support (#8510)Aloxaf
2019-12-28extract: add lrz support (#8500)Marc Cornellà
2019-12-18extract: add tar.lz support (#8479)Mustaqim Malim
2019-12-17extract: add zstd support (#8469)Filipe Nascimento
2019-11-19extract: add RPM archive support (#8347)Richard Pöttler
Also more quiet extraction. -D for cpio was not used due to additional output.
2019-11-09extract: keep *.gz files with pigz and gunzipMarc Cornellà
Fixes #8368
2019-01-15extract: add AAR Android archive support (#7511)Ing. Jan Kaláb
2018-08-09extract: whl files support (#7045)Alexander Kapshuna
2018-08-07extract: check file extension as lowercase (#6158)kapsh
Fixes #6157
2018-01-22Update extract.plugin.zsh (#6516)David Leitner
2016-09-30extract: add READMEMarc Cornellà
2016-09-30extract: add file extensions to extract completionMarc Cornellà
2016-09-30extract: replace basename&sed w/ zsh variable expansion syntaxMarc Cornellà
`${var:t:h}` uses: - `${var:t}` which acts as `basename`. - `${var:r}` which removes the extension. See http://zsh.sourceforge.net/Doc/Release/Expansion.html#Modifiers
2016-09-29extract: fix extraction of deb packages with data.tar.xzMarc Cornellà
2016-09-29extract: fix stylingMarc Cornellà
2015-12-02Recognize Firefox addon and Android packages.Hugh Wang
2015-02-11Add .ipsw to the extract plugin.Neal
2014-11-26use pigz if available in extract pluginWill Boyce
2014-05-26extract plugin will unzip *.sublime-package filesFrank Behrens
2013-10-03Added '.jar'Timo Sand
2013-10-03Added '.war' extension to unzipTimo Sand
2013-02-15Update plugins/extract/extract.plugin.zshripdog
Cause unrar to preserve directory structure. (Why is only unrar different?!)
2012-01-16Removed the assignments to fpath as well, since that's all handled in the ↵Daniel Bye
.oh-my-zsh/oh-my-zsh.sh boot script.
2012-01-13Removed calls to compinit in the extract and the bundler plugins. compinit ↵Daniel Bye
should only be called once, after all modules, libs, etc are imported.
2011-06-01Handle tar.xz and tar.lzma better (credit: @gwjo).Sorin Ionescu
2011-06-01Added extract plugin.Sorin Ionescu