Linux Compression Humanized
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.
 
 
m 0a755b208e Subir archivos a '' 3 years ago
lib sudo repair 3 years ago
README.md reload sources and testing readme 3 years ago
TODO reload sources and testing readme 3 years ago
install.sh function modules 3 years ago
lch 0.4r1 3 years ago
lch.1 Minor fixes 3 years ago
uninstall.sh Subir archivos a '' 3 years ago

README.md

#Linux compressor humanizer

Compress
$ lch file.zip archive1/ [archive2/] [...]
Decompress
$ lch file.zip 

Supported extensions

  • tar
  • tar.gz
  • tar.bz2
  • tar.xz
  • bz2
  • tgz
  • gz
  • zip
  • 7z
  • rar

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