]> git.phdru.name Git - dotfiles.git/blobdiff - .mc/menu
.mc/menu: View pdf with `qpdfview`
[dotfiles.git] / .mc / menu
index acb6b51acf4fbb5c7ef7d181a6f71c405c7e95ce..76be4695154f5367d80cf47ff3639c9db024d70a 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -65,10 +65,14 @@ T  fb2txt
 v  View pdf
    pdftotext -layout -q %f - | iconv.py -f utf-8 | ${PAGER:-more}
 
-+= t lr & f \.(pdf|PDF)$
++ t lr & f \.(pdf|PDF)$
 e  View pdf with evince
    evince %f &
 
++= t lr & f \.(pdf|PDF)$
+e  View pdf with qpdfview
+   if [ "%d/%f" = "`echo %d/%f | iconv -t utf-8`" ]; then qpdfview %f & else src=%d/%f; dest="$HOME/tmp/`echo $src | koi2lat | sed 's!/!%!g'`"; ln -s "$src" "$dest" && qpdfview "$dest" & (sleep 3; exec rm -f "$dest") & fi
+
 += t lr & f \.djvu(\.bz2|\.gz)?$
 e  View djvu
    djview %f &
@@ -102,6 +106,10 @@ o  View OpenXlsx with xlsx2csv
 x  View xls with xls2csv
    xls2csv %f | ${PAGER:-more}
 
++ t lr & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|pbm|PBM|ppm|PPM|png|PNG|xbm|xpm|ico|jp2|tif|TIF|tiff|TIFF|webp)$ | t t
+e  Edit image(s)
+   gimp %s &
+
 + t lr & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|pbm|PBM|ppm|PPM|png|PNG|xbm|xpm)$ | t t
 = t lr & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|pbm|PBM|ppm|PPM|png|PNG|xbm|xpm)$
 i  View image(s) scaled
@@ -120,6 +128,10 @@ I  Identify image
 I  View icon, JPEG-2000, TIFF, WebP image
    display %s &
 
++ t lr & f \.(ico|jp2|tif|TIF|tiff|TIFF|webp)$
+I  Identify image
+   identify %f
+
 + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t
 a  Add the audiofile(s) or playlist(s)
    if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi