Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedroalbanese/aio
All-in-One Command-line Compression Tool
https://github.com/pedroalbanese/aio
brotli bzip2 compression-algorithm compressor gzip lzma snappy xz zlib zstd
Last synced: about 2 months ago
JSON representation
All-in-One Command-line Compression Tool
- Host: GitHub
- URL: https://github.com/pedroalbanese/aio
- Owner: pedroalbanese
- License: isc
- Created: 2022-08-10T17:35:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T22:27:20.000Z (over 1 year ago)
- Last Synced: 2024-06-20T16:50:54.223Z (7 months ago)
- Topics: brotli, bzip2, compression-algorithm, compressor, gzip, lzma, snappy, xz, zlib, zstd
- Language: Go
- Homepage: http://albanese.atwebpages.com
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AIO Compress
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/pedroalbanese/aio/blob/master/LICENSE.md)
[![GoDoc](https://godoc.org/github.com/pedroalbanese/aio?status.png)](http://godoc.org/github.com/pedroalbanese/aio)
[![GitHub downloads](https://img.shields.io/github/downloads/pedroalbanese/aio/total.svg?logo=github&logoColor=white)](https://github.com/pedroalbanese/aio/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/pedroalbanese/aio)](https://goreportcard.com/report/github.com/pedroalbanese/aio)
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pedroalbanese/aio)](https://golang.org)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pedroalbanese/aio)](https://github.com/pedroalbanese/aio/releases)
### All-in-One Command-line Compression Tool for modern multi-core machines written in GoUsage: aio [OPTION]... [FILE]
Compress or uncompress FILE (by default, compress FILE in-place).-a string
compression algorithm: bzip2, lzma, xz, zlib, zstd (default "gzip")
-c write on standard output, keep original files unchanged
-cores int
number of cores to use for parallelization (default 1)
-d decompress; see also -c and -k
-f force overwrite of output file
-h print this help message
-k keep original files unchanged
-s string
use provided suffix on compressed files (default "gz")With no FILE, or when FILE is -, read standard input.
## License
This project is licensed under the ISC License.
##### Copyright (c) 2020-2022 Pedro F. Albanese - ALBANESE Research Lab.