diff options
author | Thi Doãn <t@thi.im> | 2020-07-18 23:32:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-18 16:32:50 +0200 |
commit | 322e592c38da2ade0e0db168bb6fdcd3f298600c (patch) | |
tree | 5fbb426566d3b7c1da70ab8b21ba73f619d1db0f /plugins/extract/README.md | |
parent | c99f3c50fa46a93be28be88632889404fff3b958 (diff) | |
download | zsh-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.md | 1 |
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 | |