X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.mc%2Fmenu;h=4b5fa952d1c3d798c608ac6bdd8f31436b2cdf8f;hb=42204a4c8a36e72c65e7f415e7744a101d72a361;hp=9b3763aa3232aec716e5d6b0c18681c7cd3f5c4e;hpb=86625d7bcfe029fb0ca09ff10a73183cd9915b9f;p=dotfiles.git diff --git a/.mc/menu b/.mc/menu index 9b3763a..4b5fa95 100644 --- a/.mc/menu +++ b/.mc/menu @@ -10,9 +10,9 @@ shell_patterns=0 exec $CMD %s + t t -@ Do something on the tagged files one by one +@ Do something on the selected files one by one CMD=%{Enter command} - for f in %t; do + for f in %s; do $CMD "$f" done @@ -21,7 +21,7 @@ p View the file in a pager exec ${PAGER:-more} %f + t r -e Edit the file in gvim +g Edit the file in gvim gvim %f & + t r @@ -73,26 +73,18 @@ e View djvu o View OpenDoc with odt2txt odt2txt %f | ${PAGER:-more} -+ t r & f \.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$ -e Edit OpenDoc with libreoffice ++ t r & f \.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg|doc|DOC|rtf|docx|DOCX|xls|XLS|xlsx|XLSX)$ +e Edit (Open)Docs with libreoffice libreoffice %f & += t r & f \.(doc|DOC|rtf)$ d View doc with catdoc catdoc %f | ${PAGER:-more} -+ t r & f \.(doc|DOC|rtf)$ -e Edit doc with libreoffice - libreoffice %f & - += t r & f \.(docx|DOCX)$ d View docx with docx2txt docx2txt %f - | iconv.py -f utf-8 | ${PAGER:-more} -+ t r & f \.(docx|DOCX)$ -e Edit docx with libreoffice - libreoffice %f & - += t r & f \.(xls|XLS)$ x View xls with xls2csv xls2csv %f | ${PAGER:-more} @@ -106,9 +98,13 @@ i View image(s) scaled I View image(s) full size xli -title "`echo %s | sed 's/ /_/g'`" %s & -+ t r & f \.(ico|jp2|tif|TIF|tiff|TIFF)$ | t t -= t r & f \.(ico|jp2|tif|TIF|tiff|TIFF)$ -I View icon, JPEG-2000 or TIFF image ++ t r & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|pbm|PBM|ppm|PPM|png|PNG|xbm|xpm)$ +I Identify image + xli -identify %f + ++ t r & f \.(ico|jp2|tif|TIF|tiff|TIFF|webp)$ | t t += t r & f \.(ico|jp2|tif|TIF|tiff|TIFF|webp)$ +I View icon, JPEG-2000, TIFF, WebP image display %s & + t r & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t @@ -180,6 +176,12 @@ i DVD info m Play video file(s) with mplayer mplayer %s & ++ f \.(aac|ac3|ape|cue|dts|flac|m3u|mp3|MP3|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|iso|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$ | t d | t t += f \.(aac|ac3|ape|cue|dts|flac|m3u|mp3|MP3|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|iso|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$ +m Play video file(s) with mplayer asking audio volume + AUDIO_VOLUME=%{Enter volume} + AUDIO_VOLUME=$AUDIO_VOLUME mplayer %s & + + f \.(m3u|mp3|MP3|cue|aac|ac3|ape|dts|flac|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$ | t t M Play audio/video with gmplayer gmplayer %s & @@ -265,7 +267,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 @@ -311,16 +313,16 @@ 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 -Z zip these files/directories +Z zip selected files/directories ZIP=%{Enter zip name} 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 @@ -453,11 +455,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