X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.mc%2Fmenu;h=cec6128caf98a3755adbeb8c23f660b206380a8b;hb=0e319a9607e8ef3d1162845a7cefb66d8de0f5a6;hp=a75bc49a91019b0b5766269b50a3a5b0836c8e3f;hpb=009aff3666b20875104a4db604b2d10fb379752e;p=dotfiles.git diff --git a/.mc/menu b/.mc/menu index a75bc49..cec6128 100644 --- a/.mc/menu +++ b/.mc/menu @@ -26,16 +26,16 @@ g Edit the file in gvim + t lr b View the file in a browser - exec webbrowser file://%d/%f + exec webbrowser-encode-url -e utf-8 file://%d/%f + t lr = f \.(htm(l?)|txt)$ w View the file in a new browser window - exec webbrowser -n file://%d/%f + exec webbrowser-encode-url -e utf-8 -n file://%d/%f + t lr t View the file in a new browser tab - exec webbrowser -t file://%d/%f + exec webbrowser-encode-url -e utf-8 -t file://%d/%f += f \.fb2(\.bz2|\.gz|\.zip)?$ | f \.(chm|epub|htm(l?)|txt|rtf)$ & t lr f View fb2/chm/epub with fbreader @@ -62,8 +62,8 @@ T fb2txt $A %f | xsltproc /usr/local/src/FictionBook/FB2_2_txt_ru.xsl - | webstdin -e txt -t += t lr & f \.(pdf|PDF|ps|PS)(\.bz2|\.gz)?$ -e View pdf/ps - qpdfview %f & +e View pdf/ps with qpdfview + qpdfview "`echo \"%f\" | sed 's/\\\\//g' | iconv -t utf-8`" & += t lr & f \.djvu(\.bz2|\.gz)?$ e View djvu @@ -73,7 +73,7 @@ e View djvu o View OpenDoc with odt2txt odt2txt %f | ${PAGER:-more} -+ t lr & 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)$ ++ t lr & f \.((pdf|PDF|ps|PS)(\.bz2|\.gz)?|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 &