Fix guessing commands for zstandard archives in Dired
* lisp/dired-aux.el (dired-guess-shell-alist-default): Fix zstdandard commands. (Bug#66532)
This commit is contained in:
@@ -1172,7 +1172,7 @@ Return the result of `process-file' - zero for success."
|
||||
"unxz")
|
||||
|
||||
;; zstandard archives
|
||||
`(,(rx (or ".tar.zst" ".tzst") eos) "unzstd -c %i | tar -xf -")
|
||||
`(,(rx (or ".tar.zst" ".tzst") eos) "unzstd -c ? | tar -xf -")
|
||||
`(,(rx ".zst" eos) "unzstd --rm")
|
||||
|
||||
'("\\.shar\\.Z\\'" "zcat * | unshar")
|
||||
|
||||
Reference in New Issue
Block a user