You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-39Lines changed: 38 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,45 +18,44 @@ xcompress x foo.rar # Extract foo.rar into current working
18
18
xcompress x foo.tar.gz /tmp/out_folder # Extract foo.tar.gz into /tmp/out_folder
19
19
xcompress x -p password foo.rar # Extract foo.rar with a password into current working directory
20
20
21
-
USAGE:
22
-
xcompress [OPTIONS] [SUBCOMMAND]
23
-
24
-
OPTIONS:
25
-
-p, --password <PASSWORD> Set password for your archive file. (Only supports 7Z, ZIP and RAR.) Set an empty string to read a password from stdin.
26
-
--7z-path <7Z_PATH> Specify the path of your 7z executable binary file. [default: 7z]
27
-
--bunzip2-path <BUNZIP2_PATH> Specify the path of your bunzip2 executable binary file. [default: bunzip2]
28
-
--bzip2-path <BZIP2_PATH> Specify the path of your bzip2 executable binary file. [default: bzip2]
29
-
--compress-path <COMPRESS_PATH> Specify the path of your compress executable binary file. [default: compress]
30
-
--gunzip-path <GUNZIP_PATH> Specify the path of your gunzip executable binary file. [default: gunzip]
31
-
--gzip-path <GZIP_PATH> Specify the path of your gzip executable binary file. [default: gzip]
32
-
-h, --help Print help information
33
-
--lbzip2-path <LBZIP2_PATH> Specify the path of your lbzip2 executable binary file. [default: lbzip2]
34
-
--lunzip-path <LUNZIP_PATH> Specify the path of your lunzip executable binary file. [default: lunzip]
35
-
--lzip-path <LZIP_PATH> Specify the path of your lzip executable binary file. [default: lzip]
36
-
--lzma-path <LZMA_PATH> Specify the path of your lzma executable binary file. [default: lzma]
37
-
--pbzip2-path <PBZIP2_PATH> Specify the path of your pbzip2 executable binary file. [default: pbzip2]
38
-
--pigz-path <PIGZ_PATH> Specify the path of your pigz executable binary file. [default: pigz]
39
-
--plzip-path <PLZIP_PATH> Specify the path of your plzip executable binary file. [default: plzip]
40
-
--pxz-path <PXZ_PATH> Specify the path of your pxz executable binary file. [default: pxz]
41
-
--pzstd-path <PZSTD_PATH> Specify the path of your pzstd executable binary file. [default: pzstd]
42
-
-q, --quiet Make programs not print anything on the screen.
43
-
--rar-path <RAR_PATH> Specify the path of your rar executable binary file. [default: rar]
44
-
-s, --single-thread Use only one thread.
45
-
--tar-path <TAR_PATH> Specify the path of your tar executable binary file. [default: tar]
46
-
--unlzma-path <UNLZMA_PATH> Specify the path of your unlzma executable binary file. [default: unlzma]
47
-
--unrar-path <UNRAR_PATH> Specify the path of your unrar executable binary file. [default: unrar]
48
-
--unxz-path <UNXZ_PATH> Specify the path of your unxz executable binary file. [default: unxz]
49
-
--unzip-path <UNZIP_PATH> Specify the path of your unzip executable binary file. [default: unzip]
50
-
--unzstd-path <UNZSTD_PATH> Specify the path of your unzstd executable binary file. [default: unzstd]
51
-
-V, --version Print version information
52
-
--xz-path <XZ_PATH> Specify the path of your xz executable binary file. [default: xz]
53
-
--zip-path <ZIP_PATH> Specify the path of your zip executable binary file. [default: zip]
54
-
--zstd-path <ZSTD_PATH> Specify the path of your zstd executable binary file. [default: zstd]
55
-
56
-
SUBCOMMANDS:
57
-
a Add files to archive. Excludes base directory from names. (e.g. add /path/to/folder, you can always get the "folder" in the root of the archive file, instead of /path/to/folder.)
58
-
help Print this message or the help of the given subcommand(s)
59
-
x Extract files with full path.
21
+
Usage: xcompress [OPTIONS] <COMMAND>
22
+
23
+
Commands:
24
+
x Extract files with full path
25
+
a Add files to archive. Excludes base directory from names (e.g. add /path/to/folder, you can always get the "folder" in the root of the archive file, instead of /path/to/folder)
26
+
help Print this message or the help of the given subcommand(s)
27
+
28
+
Options:
29
+
-q, --quiet Make programs not print anything on the screen
30
+
-s, --single-thread Use only one thread
31
+
-p, --password <PASSWORD> Set password for your archive file. (Only supports 7Z, ZIP and RAR) Set an empty string to read a password from stdin
32
+
--compress-path <COMPRESS_PATH> Specify the path of your compress executable binary file [default: compress]
33
+
--zip-path <ZIP_PATH> Specify the path of your zip executable binary file [default: zip]
34
+
--unzip-path <UNZIP_PATH> Specify the path of your unzip executable binary file [default: unzip]
35
+
--gzip-path <GZIP_PATH> Specify the path of your gzip executable binary file [default: gzip]
36
+
--gnuzip-path <GNUZIP_PATH> Specify the path of your gunzip executable binary file [default: gunzip]
37
+
--pigz-path <PIGZ_PATH> Specify the path of your pigz executable binary file [default: pigz]
38
+
--bzip2-path <BZIP2_PATH> Specify the path of your bzip2 executable binary file [default: bzip2]
39
+
--bunzip2-path <BUNZIP2_PATH> Specify the path of your bunzip2 executable binary file [default: bunzip2]
40
+
--lbzip2-path <LBZIP2_PATH> Specify the path of your lbzip2 executable binary file [default: lbzip2]
41
+
--pbzip2-path <PBZIP2_PATH> Specify the path of your pbzip2 executable binary file [default: pbzip2]
42
+
--lzip-path <LZIP_PATH> Specify the path of your lzip executable binary file [default: lzip]
43
+
--lunzip-path <LUNZIP_PATH> Specify the path of your lunzip executable binary file [default: lunzip]
44
+
--plzip-path <PLZIP_PATH> Specify the path of your plzip executable binary file [default: plzip]
45
+
--xz-path <XZ_PATH> Specify the path of your xz executable binary file [default: xz]
46
+
--unxz-path <UNXZ_PATH> Specify the path of your unxz executable binary file [default: unxz]
47
+
--pxz-path <PXZ_PATH> Specify the path of your pxz executable binary file [default: pxz]
48
+
--lzma-path <LZMA_PATH> Specify the path of your lzma executable binary file [default: lzma]
49
+
--unlzma-path <UNLZMA_PATH> Specify the path of your unlzma executable binary file [default: unlzma]
50
+
--7Z_PATH <P7Z_PATH> Specify the path of your 7z executable binary file [default: 7z]
51
+
--tar-path <TAR_PATH> Specify the path of your tar executable binary file [default: tar]
52
+
--rar-path <RAR_PATH> Specify the path of your rar executable binary file [default: rar]
53
+
--unrar-path <UNRAR_PATH> Specify the path of your unrar executable binary file [default: unrar]
54
+
--zstd-path <ZSTD_PATH> Specify the path of your zstd executable binary file [default: zstd]
55
+
--unzstd-path <UNZSTD_PATH> Specify the path of your unzstd executable binary file [default: unzstd]
56
+
--pzstd-path <PZSTD_PATH> Specify the path of your pzstd executable binary file [default: pzstd]
0 commit comments