|
|
|
@ -15,9 +15,8 @@ plugins=(... extract) |
|
|
|
## Supported file extensions |
|
|
|
## Supported file extensions |
|
|
|
|
|
|
|
|
|
|
|
| Extension | Description | |
|
|
|
| Extension | Description | |
|
|
|
| :---------------- | :----------------------------------- | |
|
|
|
| :---------------- | :-------------------------------------- | |
|
|
|
| `7z` | 7zip file | |
|
|
|
| `7z` | 7zip file | |
|
|
|
| `Z` | Z archive (LZW) | |
|
|
|
|
|
|
|
| `apk` | Android app file | |
|
|
|
| `apk` | Android app file | |
|
|
|
| `aar` | Android library file | |
|
|
|
| `aar` | Android library file | |
|
|
|
| `bz2` | Bzip2 file | |
|
|
|
| `bz2` | Bzip2 file | |
|
|
|
@ -34,6 +33,9 @@ plugins=(... extract) |
|
|
|
| `lz4` | LZ4 archive | |
|
|
|
| `lz4` | LZ4 archive | |
|
|
|
| `lzma` | LZMA archive | |
|
|
|
| `lzma` | LZMA archive | |
|
|
|
| `obscpio` | cpio archive used on OBS | |
|
|
|
| `obscpio` | cpio archive used on OBS | |
|
|
|
|
|
|
|
| `pk3` | Renamed Zip archive used by Quake games | |
|
|
|
|
|
|
|
| `pk4` | Renamed Zip archive used by Quake games | |
|
|
|
|
|
|
|
| `pk7` | Renamed 7zip file used by Quake games | |
|
|
|
| `rar` | WinRAR archive | |
|
|
|
| `rar` | WinRAR archive | |
|
|
|
| `rpm` | RPM package | |
|
|
|
| `rpm` | RPM package | |
|
|
|
| `sublime-package` | Sublime Text package | |
|
|
|
| `sublime-package` | Sublime Text package | |
|
|
|
@ -57,6 +59,7 @@ plugins=(... extract) |
|
|
|
| `whl` | Python wheel file | |
|
|
|
| `whl` | Python wheel file | |
|
|
|
| `xpi` | Mozilla XPI module file | |
|
|
|
| `xpi` | Mozilla XPI module file | |
|
|
|
| `xz` | LZMA2 archive | |
|
|
|
| `xz` | LZMA2 archive | |
|
|
|
|
|
|
|
| `Z` | Z archive (LZW) | |
|
|
|
| `zip` | Zip archive | |
|
|
|
| `zip` | Zip archive | |
|
|
|
| `zlib` | zlib archive | |
|
|
|
| `zlib` | zlib archive | |
|
|
|
| `zst` | Zstandard file (zstd) | |
|
|
|
| `zst` | Zstandard file (zstd) | |
|
|
|
|