index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
extract
Age
Commit message (
Expand
)
Author
2016-09-30
extract: add README
Marc Cornellà
2016-09-30
extract: add file extensions to extract completion
Marc Cornellà
2016-09-30
extract: replace basename&sed w/ zsh variable expansion syntax
Marc Cornellà
2016-09-29
extract: fix extraction of deb packages with data.tar.xz
Marc Cornellà
2016-09-29
extract: fix styling
Marc Cornellà
2015-12-02
Recognize Firefox addon and Android packages.
Hugh Wang
2015-02-11
Add .ipsw to the extract plugin.
Neal
2014-11-26
use pigz if available in extract plugin
Will Boyce
2014-05-26
extract plugin will unzip *.sublime-package files
Frank Behrens
2013-10-03
Added '.jar'
Timo Sand
2013-10-03
Added '.war' extension to unzip
Timo Sand
2013-02-15
Update plugins/extract/extract.plugin.zsh
ripdog
2012-01-16
Removed the assignments to fpath as well, since that's all handled in the .oh...
Daniel Bye
2012-01-13
Removed calls to compinit in the extract and the bundler plugins. compinit sh...
Daniel Bye
2011-06-01
Handle tar.xz and tar.lzma better (credit: @gwjo).
Sorin Ionescu
2011-06-01
Added extract plugin.
Sorin Ionescu