Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qiuzhanghua/tgz
- Owner: qiuzhanghua
- Created: 2023-11-06T05:39:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T04:45:45.000Z (almost 1 year ago)
- Last Synced: 2023-11-16T05:30:18.063Z (almost 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```