summaryrefslogtreecommitdiff
path: root/plugins/extract/README.md
diff options
context:
space:
mode:
authorThi Doãn <t@thi.im>2020-07-18 23:32:50 +0900
committerGitHub <noreply@github.com>2020-07-18 16:32:50 +0200
commit322e592c38da2ade0e0db168bb6fdcd3f298600c (patch)
tree5fbb426566d3b7c1da70ab8b21ba73f619d1db0f /plugins/extract/README.md
parentc99f3c50fa46a93be28be88632889404fff3b958 (diff)
downloadzsh-322e592c38da2ade0e0db168bb6fdcd3f298600c.tar.gz
zsh-322e592c38da2ade0e0db168bb6fdcd3f298600c.tar.bz2
zsh-322e592c38da2ade0e0db168bb6fdcd3f298600c.zip
extract: add IPA to extractable filetypes (#9117)
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
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 81e8e1d23..b2b731e39 100644
--- a/plugins/extract/README.md
+++ b/plugins/extract/README.md
@@ -23,6 +23,7 @@ plugins=(... extract)
| `bz2` | Bzip2 file |
| `deb` | Debian package |
| `gz` | Gzip file |
+| `ipa` | iOS app package |
| `ipsw` | iOS firmware file |
| `jar` | Java Archive |
| `lrz` | LRZ archive |