Gustavo Adolfo Mesa Roldán 8ae84ab526 0.5r4 - Readme
2020-10-03 03:33:00 +02:00
2020-09-30 02:07:36 +02:00
2020-10-03 03:01:42 +02:00
2020-10-03 03:01:42 +02:00
2020-10-03 03:33:00 +02:00
2020-09-30 01:45:05 +02:00
2020-09-30 02:07:36 +02:00

Linux compressor humanizer

Installation

install
sudo ./install.sh
Uninstall
sudo ./uninstall.sh

Usage

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

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
S
Description
No description provided
Readme 153 KiB
Languages
Shell 100%