Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qiuzhanghua/tgz

tar.gz compress and extract
https://github.com/qiuzhanghua/tgz

Last synced: about 19 hours ago
JSON representation

tar.gz compress and extract

Awesome Lists containing this project

README

        

# .tar.gz Compression/Extraction/List

## Usage
```bash
tgz -h
# Extract tar.gz to dir
tgz x

# Compress files or dirs to tgz
tgz c

# List files in tgz
tgz t
```