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
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
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
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