summaryrefslogtreecommitdiff
path: root/plugins/extract/README.md
diff options
context:
space:
mode:
authorMarc Cornellà <hello@mcornella.com>2021-08-04 15:49:11 +0200
committerMarc Cornellà <hello@mcornella.com>2021-08-14 22:32:04 +0200
commit6dc937ff685fcbc43056dbd7fb05ba01c56dfd1a (patch)
treedd352dd3e8460a81eb9a6f7bf70c9001689cb55f /plugins/extract/README.md
parentaf6c7f3d6782cf0a34e4e68f661df526d35795be (diff)
downloadzsh-6dc937ff685fcbc43056dbd7fb05ba01c56dfd1a.tar.gz
zsh-6dc937ff685fcbc43056dbd7fb05ba01c56dfd1a.tar.bz2
zsh-6dc937ff685fcbc43056dbd7fb05ba01c56dfd1a.zip
feat(extract): add suport for .cab files via `cabextract`
Diffstat (limited to 'plugins/extract/README.md')
-rw-r--r--plugins/extract/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/extract/README.md b/plugins/extract/README.md
index f2e6ad1d1..1dd8e19c0 100644
--- a/plugins/extract/README.md
+++ b/plugins/extract/README.md
@@ -21,6 +21,7 @@ plugins=(... extract)
| `apk` | Android app file |
| `aar` | Android library file |
| `bz2` | Bzip2 file |
+| `cab` | Microsoft cabinet archive |
| `deb` | Debian package |
| `ear` | Enterprise Application aRchive |
| `gz` | Gzip file |