X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.mc%2Fmenu;h=7a303a7379f0785462c429d97b0c5387df39ffaf;hb=9eb37f66798e04caf48dfcf7bead128c207cf4af;hp=a111a659fba320815e10dc10b5f92e6bd1e8ade5;hpb=bd9f52051e2858f794875a3332896e7362c14f08;p=dotfiles.git diff --git a/.mc/menu b/.mc/menu index a111a65..7a303a7 100644 --- a/.mc/menu +++ b/.mc/menu @@ -2,7 +2,7 @@ shell_patterns=0 # This is necessary to overcome a bug in mc - without this # mc makes default wrong item -N NOOP +: NOOP : @ Do something on all of the file(s) at once @@ -17,8 +17,8 @@ N NOOP done + t r -p View the file in the pager - exec $PAGER %f +p View the file in a pager + exec ${PAGER:-more} %f + t r b View the file in a browser @@ -34,7 +34,7 @@ t View the file in a new browser tab exec webbrowser -t file://%d/%f += f \.fb2(\.bz2|\.gz|\.zip)?$ | f \.(chm|epub|htm(l?)|txt|rtf)$ & t r -f FBReader +f View fb2/chm/epub with fbreader fbreader %f & + t r & f \.fb2(\.bz2|\.gz|\.zip)$ @@ -57,21 +57,37 @@ T fb2txt esac $A %f | xsltproc /usr/local/src/FictionBook/FB2_2_txt_ru.xsl - | webstdin -e txt -t ++= t r & f \.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$ +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 + libreoffice %f & + += t r & f \.(pdf|PDF|djvu)(\.bz2|\.gz)?$ -e evince +e View pdf/djvu with evince evince %f & += t r & f \.(doc|DOC|rtf)$ -d catdoc - catdoc %f | less +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 docx2txt - docx2txt %f - | less +d View docx with docx2txt + docx2txt %f - | iconv -f utf-8 | ${PAGER:-more} + ++ t r & f \.(docx|DOCX)$ +e Edit docx with libreoffice + libreoffice %f & += t r & f \.(xls|XLS)$ -x xls2csv - xls2csv %f | less +x View xls with xls2csv + xls2csv %f | ${PAGER:-more} + t r & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|xpm)$ | t t = t r & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|xpm)$ @@ -327,6 +343,20 @@ n Create a directory for this archive esac exec mkdir "$D" ++ F \.tar\.bz2$ | F \.tar\.gz$ | F \.tgz$ | F \.(zip|ZIP)$ | F \.(rar|RAR)$ | F \.7z$ & T r +N Create a directory for this archive + case %F in + *.tar.bz2) D="`basename %F .tar.bz2`";; + *.tar.gz) D="`basename %F .tar.gz`";; + *.tgz) D="`basename %F .tgz`";; + *.zip) D="`basename %F .zip`";; + *.ZIP) D="`basename %F .ZIP`";; + *.rar) D="`basename %F .rar`";; + *.RAR) D="`basename %F .RAR`";; + *.7z) D="`basename %F .7z`";; + esac + exec mkdir "$D" + + t r v View via mailcap exec see %f