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.

33 lines
458 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. #Linux compressor humanizer
  2. ###### Compress
  3. ```
  4. $ lch file.zip archive1/ [archive2/] [...]
  5. ```
  6. ###### Decompress
  7. ```
  8. $ lch file.zip
  9. ```
  10. ## Supported extensions
  11. - tar
  12. - tar.gz
  13. - tar.bz2
  14. - tar.xz
  15. - bz2
  16. - tgz
  17. - gz
  18. - zip
  19. - 7z
  20. - rar
  21. ## Install
  22. ```
  23. sudo ./install.sh
  24. ```
  25. ## Testing with docker
  26. ```
  27. $ git clone https://gitea.hatthieves.es/cloud/lch
  28. $ cd lch && docker run -it --rm --name lch --workdir /lch -v $(pwd):/lch putyourdistributionhere ./lch -h
  29. ```