Linux Compressor Humanizer https://lch.hatthieves.es
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Gustavo Adolfo Mesa Roldán fd40e86308 0.5r4 3 years ago
lib More extensions and check after to run 3 years ago
README.md 0.5r4 3 years ago
TODO TODO 3 years ago
install.sh man binary test 3 years ago
lch More extensions and check after to run 3 years ago
lch.1 More extensions and check after to run 3 years ago
uninstall.sh man binary test 3 years ago

README.md

Linux compressor humanizer

Compress
$ lch file.zip file1 [file2...] 
Decompress
$ lch file.zip 

Supported extensions

Packing/unpacking:
  7z, bz2, gz, rar, tar, tar.bz2, tar.gz, tar.xz, tgz, zip
Unpacking only:
  arj, cab, dmg, iso, lzh, lzma, rpm, SquashFS
Unpacking only (beta):
  cdi, chd, vmdk, win, xar, z

Install

sudo ./install.sh

Testing with docker

$ git clone https://gitea.hatthieves.es/cloud/lch
$ cd lch && docker run -it --rm --name lch --workdir /lch -v $(pwd):/lch putyourdistributionhere ./lch -h