]> git.phdru.name Git - dotfiles.git/commitdiff
mc.menu: compress the current subdirectory to 7z
authorOleg Broytman <phd@phdru.name>
Sat, 17 Jan 2015 20:07:02 +0000 (23:07 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 17 Jan 2015 20:07:02 +0000 (23:07 +0300)
.mc/menu

index ac3656bfb53253508066717396ccb6ed513d5e31..901c90b6a4a322566aba7a16d440854eb67d4996 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -247,6 +247,15 @@ y  Compress the current subdirectory to zip with recoded filenames
    cd .. && zip.py "$zip".zip "$Pwd" &&
    echo ../"$zip".zip created.
 
++ t d & f ^\.\.$
+7  Compress the current subdirectory to 7z
+   Pwd="`basename %d /`"
+   echo -n "Name of the distribution file (without extension) [$Pwd]: "
+   read ar
+   if [ "$ar"x = x ]; then ar="$Pwd"; fi
+   cd .. && 7zr a "$ar".7z "$Pwd" &&
+   echo ../"$ar".7z created.
+
 + ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$ & t r
 z  bzip2 the file
    exec bzip2 -9 %f