From: Oleg Broytman Date: Sun, 14 Apr 2019 16:14:21 +0000 (+0300) Subject: .mc/menu: Change wording X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=cdba47e593e8e9fcb4f5c6f444df061cfaf8a229 .mc/menu: Change wording Replace "with recoded" by "recoding". --- diff --git a/.mc/menu b/.mc/menu index d219106..8c75e0b 100644 --- a/.mc/menu +++ b/.mc/menu @@ -261,7 +261,7 @@ z Compress the current subdirectory to zip echo ../"$zip".zip created. + t d & f ^\.\.$ -y Compress the current subdirectory to zip with recoded filenames +y Compress the current subdirectory to zip recoding filenames Pwd="`basename %d /`" echo -n "Name of the distribution file (without extension) [$Pwd]: " read zip @@ -307,7 +307,7 @@ z zip the file/directory exec zip -r9 %f.zip %f + ! f \.(z|Z|bz2|gz|lz|lzma)|(tbz2|tgz|tz|zip|ZIP|rar|RAR|xz|7z)$ & t r -y zip the file/directory with recoded filename(s) +y zip the file/directory recoding filename(s) exec zip.py %f.zip %f + t t @@ -316,7 +316,7 @@ Z zip selected files/directories exec zip -r9 "$ZIP" %s + t t -Y zip these files/directories with recoded filenames +Y zip selected files/directories recoding filenames ZIP=%{Enter zip name} exec zip.py "$ZIP" %s @@ -449,11 +449,11 @@ X Extract another compressed file exec $P %D/%F + t r & f \.(zip|ZIP)$ -y Extract from zip with recoded filenames +y Extract from zip recoding filenames exec unzip.py %f + T r & F \.(zip|ZIP)$ -Y Extract from other zip with recoded filenames +Y Extract from other zip recoding filenames exec unzip.py %D/%F + t r