Extract Everything. Decompress entire folders filled with archives.
Simple command-line tool that works on mac, windows and linux.
Use the directions below to install xt
on your system.
If you use Alpine or Arch, you can find a package for your OS on the releases page
Running the following script will install the GoLift package repo (using packagecloud.io). This only works on Debian/Ubuntu and RedHat/Fedora Linux. This is the recommend installation method for all users.
curl -s https://golift.io/repo.sh | sudo bash -s - xt
- There's a binary on the releases page, but you should use Homebrew:
brew install golift/mugs/xt
- Download an
exe
from the releases page and put it in yourPATH
somewhere. - The tool only works in a command or terminal window.
- Download a FreeBSD binary from the releases page and extract it into your PATH somewhere.
- Recommend
/usr/local/bin
. - Maybe one day GoReleaser will support FreeBSD packages.
- This should work on any operating system that supports GoLang.
- After you install go, install the
xt
app usinggo install
:
cd /tmp
go get github.com/Unpackerr/xt
go install github.com/Unpackerr/xt