diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-08-14 22:37:23 +0200 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-08-14 22:37:23 +0200 |
commit | 0b809c8dc5dd23a1720f9135516f0f9e7c98b5f1 (patch) | |
tree | 2878ea3e33182362797069039e447e073bc06f50 /plugins/extract/README.md | |
parent | af6c7f3d6782cf0a34e4e68f661df526d35795be (diff) | |
parent | 0b32e4b25fa7f3215964281a8af4e3ff2bf4cd68 (diff) | |
download | zsh-0b809c8dc5dd23a1720f9135516f0f9e7c98b5f1.tar.gz zsh-0b809c8dc5dd23a1720f9135516f0f9e7c98b5f1.tar.bz2 zsh-0b809c8dc5dd23a1720f9135516f0f9e7c98b5f1.zip |
Merge branch 'refactor/extract-plugin'
Closes #7948
Closes #9959
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 f2e6ad1d1..44f0b05a1 100644 --- a/plugins/extract/README.md +++ b/plugins/extract/README.md @@ -21,6 +21,8 @@ plugins=(... extract) | `apk` | Android app file | | `aar` | Android library file | | `bz2` | Bzip2 file | +| `cab` | Microsoft cabinet archive | +| `cpio` | Cpio archive | | `deb` | Debian package | | `ear` | Enterprise Application aRchive | | `gz` | Gzip file | |