X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.mc%2Fmenu;h=1ddf2406f051c078247aac2ce7d71455469d702d;hb=28004508c205a91bfee0f6e85cb65bb3480a4216;hp=42d7263a8b41013dd557db00a80e08b051d48d6d;hpb=09a5093e5b79c22566ccdc572d34b06430336362;p=dotfiles.git diff --git a/.mc/menu b/.mc/menu index 42d7263..1ddf240 100644 --- a/.mc/menu +++ b/.mc/menu @@ -17,8 +17,8 @@ shell_patterns=0 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,28 +57,44 @@ T fb2txt esac $A %f | xsltproc /usr/local/src/FictionBook/FB2_2_txt_ru.xsl - | webstdin -e txt -t -+= t r & f \.(pdf|PDF|djvu)(\.bz2|\.gz)?$ -e evince ++= 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|ps|PS|djvu)(\.bz2|\.gz)?$ +e View pdf/ps/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.py -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)$ ++ t r & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|pbm|PBM|ppm|PPM|png|PNG|xbm|xpm)$ | t t += t r & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|pbm|PBM|ppm|PPM|png|PNG|xbm|xpm)$ i View image(s) scaled xli -title "`echo %s | sed 's/ /_/g'`" -zoom auto %s & -+ 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|pbm|PBM|ppm|PPM|png|PNG|xbm|xpm)$ | t t I View image(s) full size xli -title "`echo %s | sed 's/ /_/g'`" %s &