mailcap (527B)
1 # docx 2 application/vnd.openxmlformats-officedocument.wordprocessingml.document;pandoc -f docx -t html5 %s | vimb - 3 4 # PDF 5 application/pdf;zathura %s 6 image/pdf;zathura %s 7 8 # Pictures 9 image/bmp;sxiv %s 10 image/gif;sxiv %s 11 image/libm;sxiv %s 12 image/jpg;sxiv %s 13 image/jpeg;sxiv %s 14 image/png;sxiv %s 15 image/tiff;sxiv %s 16 image/x-ong;sxiv %s 17 18 # HTML 19 text/html;vimb %s >/dev/null 2>&1; nametemplate=%s.html; 20 text/html; lynx -display_charset UTF-8 -dump -width=78 %s | sed 's/^[ \t]*//g'; copiousoutput; needsterminal; nametemplate=%s.html