Skip to content

Utility for uncompressing data from 7z archive to stdout

License

Notifications You must be signed in to change notification settings

essentialkaos/7zcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GitHub Actions CI Status

InstallationUsageCI StatusLicense


7zcat is simple utility for uncompressing 7z files and writing uncompressed data to standard output.

Installation

sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum install 7zcat

From GitHub repository

curl -fL# -o cain https://kaos.sh/7zcat/SOURCES/7zcat
chmod +x 7zcat
sudo mv 7zcat /usr/bin/

Also, you can use the latest version of utility without installation:

bash <(curl -fsSL https://kaos.sh/7zcat/SOURCES/7zcat) # pass options and arguments here

Using Makefile and Git

git clone https://kaos.sh/7zcat.git
cd 7zcat
sudo make install

Usage

CI Status

Branch Status
master CI
develop CI

License

Apache License, Version 2.0