X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.mc%2Fmenu;h=5d3845ef3c231cc0fa8f02ee21cd6b70f02eb52c;hb=d41780cbef2951c36c422db2524eb864e5504644;hp=ffabda40e6a2b8d8e8b3e9d5f7e29f060aa91456;hpb=caf42035197bd245c6bfad32ecfa785c667be859;p=dotfiles.git diff --git a/.mc/menu b/.mc/menu index ffabda4..5d3845e 100644 --- a/.mc/menu +++ b/.mc/menu @@ -208,7 +208,7 @@ b Compress the current subdirectory to tar.bz2 echo -n "Name of the distribution file (without extension) [$Pwd]: " read tar if [ "$tar"x = x ]; then tar="$Pwd"; fi - cd .. && tar cvf - "$Pwd" | bzip2 -f9 > "$tar".tar.bz2 + cd .. && tar cvf - "$Pwd" | bzip2 -f9 > "$tar".tar.bz2 && echo ../"$tar".tar.bz2 created. + t d & f ^\.\.$ @@ -217,7 +217,7 @@ g Compress the current subdirectory to tar.gz echo -n "Name of the distribution file (without extension) [$Pwd]: " read tar if [ "$tar"x = x ]; then tar="$Pwd"; fi - cd .. && tar cvf - "$Pwd" | gzip -f9 > "$tar".tar.gz + cd .. && tar cvf - "$Pwd" | gzip -f9 > "$tar".tar.gz && echo ../"$tar".tar.gz created. + t d & f ^\.\.$ @@ -226,7 +226,7 @@ t Compress the current subdirectory to tar echo -n "Name of the distribution file (without extension) [$Pwd]: " read tar if [ "$tar"x = x ]; then tar="$Pwd"; fi - cd .. && tar cvf - "$Pwd" > "$tar".tar + cd .. && tar cvf - "$Pwd" > "$tar".tar && echo ../"$tar".tar created. + t d & f ^\.\.$ @@ -235,7 +235,7 @@ z Compress the current subdirectory to zip echo -n "Name of the distribution file (without extension) [$Pwd]: " read zip if [ "$zip"x = x ]; then zip="$Pwd"; fi - cd .. && zip -r9 "$zip".zip "$Pwd" + cd .. && zip -r9 "$zip".zip "$Pwd" && echo ../"$zip".zip created. + t d & f ^\.\.$ @@ -244,14 +244,38 @@ y Compress the current subdirectory to zip with recoded filenames echo -n "Name of the distribution file (without extension) [$Pwd]: " read zip if [ "$zip"x = x ]; then zip="$Pwd"; fi - cd .. && zip.py "$zip".zip "$Pwd" + cd .. && zip.py "$zip".zip "$Pwd" && echo ../"$zip".zip created. -+ ! f \.(\.|zip|ZIP)$ ++ ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$ +z bzip2 the file/directory + exec bzip2 -9 %f.bz2 %f + ++ ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$ +z gzip the file/directory + exec gzip -9 %f.gz %f + ++ ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$ +z lzip the file/directory + exec lzip -9 %f.lz %f + ++ ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$ +z lzma the file/directory + exec lzma -9 %f.lzma %f + ++ ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$ +z 7z the file/directory + exec 7z -9 %f.7z %f + ++ ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$ +z xz the file/directory + exec xz -9 %f.xz %f + ++ ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$ z zip the file/directory exec zip -r9 %f.zip %f -+ ! f \.(\.|zip|ZIP)$ ++ ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$ y zip the file/directory with recoded filename(s) exec zip.py %f.zip %f