X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.mc%2Fmenu;h=e2a38699379d82b99889b87dcabf2346ba797172;hb=ae2721cafc57390705f49c6919a8687ea2fcc39d;hp=99ad4923b5dcf4edb5e37bb0d5fe576716c70977;hpb=e12bcb32967efcba6a4b29bae7f04d4df6fd309c;p=dotfiles.git diff --git a/.mc/menu b/.mc/menu index 99ad492..e2a3869 100644 --- a/.mc/menu +++ b/.mc/menu @@ -358,7 +358,7 @@ N Create a directory for the other archive esac exec mkdir "$D" -+ f \.(tar\.(z|Z|bz2|gz|lz|lzma|7z))|(tbz2|tgz|tz|zip|ZIP|rar|RAR|xz)$ & t r ++ f \.(tar\.(z|Z|bz2|gz|lz|lzma|7z|xz))|(tbz2|tgz|tz)$ & t r x Extract the contents of a compressed tar file unset PRG case %f in @@ -386,7 +386,7 @@ x Extract the contents of a compressed tar file esac $PRG %f | tar xvpf - -+ F \.(tar\.(z|Z|bz2|gz|lz|lzma|7z))|(tbz2|tgz|tz|zip|ZIP|rar|RAR|xz)$ & T r ++ F \.(tar\.(z|Z|bz2|gz|lz|lzma|7z|xz))|(tbz2|tgz|tz)$ & T r X Extract the contents of an other compressed tar file unset PRG case %F in @@ -504,4 +504,4 @@ m View a manual page + t r | t d | t t r rsync the file(s) there - rsync -ahP --del %s %D + rsync -ahPv --del %s %D