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 43abad0f77 TODO 3 years ago
lib changed /bin/bash to /usr/bin/env bash 3 years ago
README.md minor correction 3 years ago
TODO TODO 3 years ago
install.sh changed /bin/bash to /usr/bin/env bash 3 years ago
lch changed /bin/bash to /usr/bin/env bash 3 years ago
lch.1 minor fix 3 years ago
uninstall.sh changed /bin/bash to /usr/bin/env bash 3 years ago

README.md

#Linux compressor humanizer

Compress
$ lch file.zip file1 [file2...] 
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