2020-10-03 03:18:22 +02:00
|
|
|
# Linux compressor humanizer
|
2019-02-22 17:20:27 +01:00
|
|
|
|
2019-02-22 18:02:22 +01:00
|
|
|
###### Compress
|
2019-02-22 18:05:07 +01:00
|
|
|
```
|
2020-09-29 21:40:25 +02:00
|
|
|
$ lch file.zip file1 [file2...]
|
2019-02-22 18:05:07 +01:00
|
|
|
```
|
2019-02-22 17:21:22 +01:00
|
|
|
|
2020-07-15 23:38:51 +02:00
|
|
|
###### Decompress
|
2019-02-22 18:05:07 +01:00
|
|
|
```
|
2019-02-22 18:04:06 +01:00
|
|
|
$ lch file.zip
|
2019-02-22 18:05:07 +01:00
|
|
|
```
|
2019-02-22 17:20:27 +01:00
|
|
|
|
2019-02-22 18:02:22 +01:00
|
|
|
## Supported extensions
|
2020-10-03 03:18:22 +02:00
|
|
|
###### Packing/unpacking:
|
2020-10-03 03:20:12 +02:00
|
|
|
7z, bz2, gz, rar, tar, tar.bz2, tar.gz, tar.xz, tgz, zip
|
2020-10-03 03:18:22 +02:00
|
|
|
|
|
|
|
|
###### Unpacking only:
|
2020-10-03 03:20:12 +02:00
|
|
|
arj, cab, dmg, iso, lzh, lzma, rpm, SquashFS
|
2020-10-03 03:18:22 +02:00
|
|
|
|
|
|
|
|
###### Unpacking only (beta):
|
2020-10-03 03:20:12 +02:00
|
|
|
cdi, chd, vmdk, win, xar, z
|
2020-07-15 23:38:51 +02:00
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
```
|
|
|
|
|
sudo ./install.sh
|
|
|
|
|
```
|
2020-09-27 18:06:33 +02:00
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
```
|