WindTerm - Trigger / Built-in / Unarchiver

Quick Start

Unarchiver is one of the built-in triggers in WindTerm, which can recognize and tag commonly used formats of compressed files, allowing you to quickly input the corresponding decompression command by clicking on the link.

The supported compression formats and their decompression commands are listed below:

Format Decompression Command
.tar.bz2 tar -xvjf
.tar.gz tar -xvzf
.tar.xz tar -xvJf
.bz2 bzip2 -d
.ex uncompress
.exe cabextract
.gz gzip -d
.lzma lzma -d
.rar unrar x
.tar tar -xvf
.tbz2 tar -xvjf
.tgz tar -xvzf
.xz xz -d
.zip unzip
.Z uncompress
.7z 7z

Intro Video

...