From 4782322ae32cbaf4d01590d5b10f3ce3701a7e68 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 11 Nov 2014 01:44:01 +0300 Subject: [PATCH] Make titles more informative --- .mc/menu | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.mc/menu b/.mc/menu index 94e812d..f849f01 100644 --- a/.mc/menu +++ b/.mc/menu @@ -17,7 +17,7 @@ shell_patterns=0 done + t r -p View the file in the pager +p View the file in a pager exec ${PAGER:-more} %f + t r @@ -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)$ @@ -58,19 +58,19 @@ T fb2txt $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 +e View pdf/djvu with evince evince %f & += t r & f \.(doc|DOC|rtf)$ -d catdoc +d View doc with catdoc catdoc %f | ${PAGER:-more} += t r & f \.(docx|DOCX)$ -d docx2txt +d View docx with docx2txt docx2txt %f - | ${PAGER:-more} += t r & f \.(xls|XLS)$ -x xls2csv +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 -- 2.39.2