summaryrefslogtreecommitdiff
path: root/plugins/extract/README.md
diff options
context:
space:
mode:
authorAloxaf <bailong104@gmail.com>2020-01-05 00:15:24 +0800
committerMarc Cornellà <marc.cornella@live.com>2020-01-04 17:15:24 +0100
commit78b07e92fd4a3a5e1f92ee4e3d680c39b72c2245 (patch)
treecfbb3b487f2caf3a58aba135946faebcde902008 /plugins/extract/README.md
parentca627655dbd1d110dbea34ec4a8c1964a1da83d2 (diff)
downloadzsh-78b07e92fd4a3a5e1f92ee4e3d680c39b72c2245.tar.gz
zsh-78b07e92fd4a3a5e1f92ee4e3d680c39b72c2245.tar.bz2
zsh-78b07e92fd4a3a5e1f92ee4e3d680c39b72c2245.zip
extract: add lz4 support (#8510)
Diffstat (limited to 'plugins/extract/README.md')
-rw-r--r--plugins/extract/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/extract/README.md b/plugins/extract/README.md
index a6630de3f..81e8e1d23 100644
--- a/plugins/extract/README.md
+++ b/plugins/extract/README.md
@@ -26,6 +26,7 @@ plugins=(... extract)
| `ipsw` | iOS firmware file |
| `jar` | Java Archive |
| `lrz` | LRZ archive |
+| `lz4` | LZ4 archive |
| `lzma` | LZMA archive |
| `rar` | WinRAR archive |
| `rpm` | RPM package |
@@ -35,6 +36,7 @@ plugins=(... extract)
| `tar.gz` | Tarball with gzip compression |
| `tar.lrz` | Tarball with lrzip compression |
| `tar.lz` | Tarball with lzip compression |
+| `tar.lz4` | Tarball with lz4 compression |
| `tar.xz` | Tarball with lzma2 compression |
| `tar.zma` | Tarball with lzma compression |
| `tar.zst` | Tarball with zstd compression |