Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/essentialkaos/7zcat
Utility for uncompressing data from 7z archive to stdout
https://github.com/essentialkaos/7zcat
p7zip utility
Last synced: about 1 month ago
JSON representation
Utility for uncompressing data from 7z archive to stdout
- Host: GitHub
- URL: https://github.com/essentialkaos/7zcat
- Owner: essentialkaos
- License: apache-2.0
- Created: 2015-12-31T11:53:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T20:21:26.000Z (about 1 month ago)
- Last Synced: 2024-11-15T21:21:39.097Z (about 1 month ago)
- Topics: p7zip, utility
- Language: Shell
- Homepage: https://kaos.sh/7zcat
- Size: 131 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Installation • Usage • CI Status • License
`7zcat` is simple utility for uncompressing 7z files and writing uncompressed data to standard output.
### Installation
#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)
```bash
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
```bash
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
bash <(curl -fsSL https://kaos.sh/7zcat/SOURCES/7zcat) # pass options and arguments here
```#### Using Makefile and Git
```bash
git clone https://kaos.sh/7zcat.git
cd 7zcat
sudo make install
```### Usage
### CI Status
| Branch | Status |
|--------|--------|
| `master` | [![CI](https://kaos.sh/w/7zcat/ci.svg?branch=master)](https://kaos.sh/w/7zcat/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/7zcat/ci.svg?branch=master)](https://kaos.sh/w/7zcat/ci?query=branch:develop) |### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)