diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-12-29 05:36:29 +0100 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2019-12-28 20:36:29 -0800 |
commit | 6bac9eb103fe6c777182746e3a6e84dfc882338b (patch) | |
tree | 2e7230ffd0c085b715b8d2745e3cfb4f7878bddb /plugins/extract/README.md | |
parent | b0be0439e5d99e186a9ae084eb4ed69c51d4b7cb (diff) | |
download | zsh-6bac9eb103fe6c777182746e3a6e84dfc882338b.tar.gz zsh-6bac9eb103fe6c777182746e3a6e84dfc882338b.tar.bz2 zsh-6bac9eb103fe6c777182746e3a6e84dfc882338b.zip |
extract: add lrz support (#8500)
Diffstat (limited to 'plugins/extract/README.md')
-rw-r--r-- | plugins/extract/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/extract/README.md b/plugins/extract/README.md index d6e4fa116..a6630de3f 100644 --- a/plugins/extract/README.md +++ b/plugins/extract/README.md @@ -25,6 +25,7 @@ plugins=(... extract) | `gz` | Gzip file | | `ipsw` | iOS firmware file | | `jar` | Java Archive | +| `lrz` | LRZ archive | | `lzma` | LZMA archive | | `rar` | WinRAR archive | | `rpm` | RPM package | @@ -32,6 +33,7 @@ plugins=(... extract) | `tar` | Tarball | | `tar.bz2` | Tarball with bzip2 compression | | `tar.gz` | Tarball with gzip compression | +| `tar.lrz` | Tarball with lrzip compression | | `tar.lz` | Tarball with lzip compression | | `tar.xz` | Tarball with lzma2 compression | | `tar.zma` | Tarball with lzma compression | |