Browse Source

0.5r7

pull/8/head
Gustavo Adolfo Mesa Roldán 3 years ago
parent
commit
edccc89586
4 changed files with 8 additions and 9 deletions
  1. +3
    -4
      README.md
  2. +1
    -1
      lch
  3. +3
    -3
      lch.1
  4. +1
    -1
      lib/resources.sh

+ 3
- 4
README.md View File

@ -40,10 +40,9 @@ $ lch -i - Install the compressors dependencies
- gz - gz
- rar - rar
- tar - tar
- tar.bz2
- tar.gz
- tar.xz
- tgz
- tar.bz2, tbz, tbz2, tb2
- tar.gz, tgz
- tar.xz, txz
- zip - zip
###### Unpacking only: ###### Unpacking only:


+ 1
- 1
lch View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION=0.5r6
VERSION=0.5r7
DEST=$1 DEST=$1
shift 1 shift 1
ORIG=$@ ORIG=$@


+ 3
- 3
lch.1 View File

@ -11,10 +11,10 @@ simplicity in mind. Automatically select the compression format by file
extension. extension.
Packing/unpacking supported extensions: Packing/unpacking supported extensions:
7z, bz2, gz, rar, tar, tar.bz2, tar.gz, tar.xz, tgz, zip
7z, bz2, gz, rar, tar, tar.bz2, tbz, tbz2, tb2, tar.gz, tgz, tar.xz, txz, zip
Unpacking only supported extensions: Unpacking only supported extensions:
arj, cab, dmg, iso, lzh, lzma, rpm, SquashFS, vdi, vhd, vmdk, win, xar, z
arj, cab, dmg, iso, lzh, lzma, rpm, SquashFS, vdi, vhd, vmdk, win, xar, z
.SH OPTIONS .SH OPTIONS
.TP .TP


+ 1
- 1
lib/resources.sh View File

@ -17,7 +17,7 @@ function help()
echo "$ lch files.zip file1 file2 - Compress multiple" echo "$ lch files.zip file1 file2 - Compress multiple"
echo "" echo ""
echo "Packing/unpacking supported extensions:" echo "Packing/unpacking supported extensions:"
echo " 7z, bz2, gz, rar, tar, tar.bz2, tar.gz, tar.xz, tgz, zip"
echo " 7z, bz2, gz, rar, tar, tar.bz2, tbz, tbz2, tb2, tar.gz, tgz, tar.xz, txz, zip"
echo "" echo ""
echo "Unpacking only supported extensions:" echo "Unpacking only supported extensions:"
echo " arj, cab, dmg, iso, lzh, lzma, rpm, SquashFS, vdi, vhd, vmdk, win, xar, z" echo " arj, cab, dmg, iso, lzh, lzma, rpm, SquashFS, vdi, vhd, vmdk, win, xar, z"


Loading…
Cancel
Save