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)
Fixes #6157
|
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
`${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
|
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
Cause unrar to preserve directory structure. (Why is only unrar different?!)
|
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 |
Sorin Ionescu
|
1db6575f14
|
Added extract plugin.
|
15 years ago |