From b89733ce3abe82e72ea108c4bc9830cdca7836bb Mon Sep 17 00:00:00 2001 From: Xfennec Date: Tue, 13 Oct 2020 23:55:31 +0200 Subject: [PATCH] add zip and unzip to default list --- progress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress.c b/progress.c index 5fc8869..4a717c1 100644 --- a/progress.c +++ b/progress.c @@ -61,7 +61,7 @@ static char **proc_names; char *default_proc_names[] = {"cp", "mv", "dd", "tar", "cat", "rsync", "grep", "fgrep", "egrep", "cut", "sort", "md5sum", "sha1sum", "sha224sum", "sha256sum", "sha384sum", "sha512sum", "adb", - "gzip", "gunzip", "bzip2", "bunzip2", "xz", "unxz", "lzma", "unlzma", "7z", "7za", + "gzip", "gunzip", "bzip2", "bunzip2", "xz", "unxz", "lzma", "unlzma", "7z", "7za", "zip", "unzip", "zcat", "bzcat", "lzcat", "split", "gpg",