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.
 

618 B

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