Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Go

Usage: 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.