Marc Cornellà
|
bac896fca7
|
extract: add README
|
2016-09-30 00:38:21 +02:00 |
|
Marc Cornellà
|
b5dc976d23
|
extract: add file extensions to extract completion
|
2016-09-30 00:38:21 +02:00 |
|
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
|
2016-09-30 00:38:03 +02:00 |
|
Marc Cornellà
|
f12cb5a697
|
extract: fix extraction of deb packages with data.tar.xz
|
2016-09-29 14:05:21 +02:00 |
|
Marc Cornellà
|
09d95251a7
|
extract: fix styling
|
2016-09-29 14:05:21 +02:00 |
|
Hugh Wang
|
a42a3eead7
|
Recognize Firefox addon and Android packages.
|
2015-12-02 12:05:05 +08:00 |
|
Neal
|
f1d12c598b
|
Add .ipsw to the extract plugin.
|
2015-02-11 16:48:31 -08:00 |
|
Will Boyce
|
db8eacf6fd
|
use pigz if available in extract plugin
|
2014-11-26 14:20:00 +00:00 |
|
Frank Behrens
|
6fc241b0d2
|
extract plugin will unzip *.sublime-package files
|
2014-05-26 12:15:20 +02:00 |
|
Timo Sand
|
671db71d21
|
Added '.jar'
|
2013-10-03 13:00:12 +03:00 |
|
Timo Sand
|
387de3a57e
|
Added '.war' extension to unzip
|
2013-10-03 09:48:49 +03:00 |
|
ripdog
|
2264c51355
|
Update plugins/extract/extract.plugin.zsh
Cause unrar to preserve directory structure. (Why is only unrar different?!)
|
2013-02-15 16:57:36 +00:00 |
|
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.
|
2012-01-16 13:34:07 +00:00 |
|
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.
|
2012-01-13 12:40:59 +00:00 |
|
Sorin Ionescu
|
a5c383258b
|
Handle tar.xz and tar.lzma better (credit: @gwjo).
|
2011-06-01 20:33:16 -04:00 |
|
Sorin Ionescu
|
1db6575f14
|
Added extract plugin.
|
2011-06-01 20:33:16 -04:00 |
|