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.
 
ale 19cef9a556 wheel process 3 years ago
bin 0.6r10 3 years ago
lib wheel process 3 years ago
man Create subfolders 3 years ago
LICENSE Added License 3 years ago
README.md Minor fixes 3 years ago
TODO TODO 3 years ago
lch 0.6r10 3 years ago

README.md

Linux compressor humanizer

Tool that extract or compress files automatically in a simple & easy way. It keeps the kiss philosophy avoiding to memorize weird flags and commands to extract & compress files. It allows you to auto install dependencies or even proprietary dependencies if requested.

Installation

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

Usage

Compress
$ lch file.zip file1 [file2...] 
Decompress
$ lch file.zip 
Options
$ lch -h                       - Show help
$ lch -v                       - Print version
$ lch -c                       - Check compression systems
$ lch -i                       - Install the compressors dependencies

Supported extensions

Packing/unpacking:
  • 7z
  • bz2
  • gz
  • rar
  • tar
  • tar.bz2, tbz, tbz2, tb2
  • tar.gz, tgz
  • tar.xz, txz
  • zip
Unpacking only:
  • arj
  • cab
  • dmg
  • iso
  • lzh
  • lzma
  • rpm
  • squashfs
  • vdi
  • vhd
  • 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