]> Sergey Matveev's repositories - dotfiles.git/commitdiff
lynx does not support wildcard MIMEs
authorSergey Matveev <stargrave@stargrave.org>
Sun, 19 Sep 2021 18:54:45 +0000 (21:54 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 19 Sep 2021 18:54:45 +0000 (21:54 +0300)
lynx/.mailcap

index 9b1aa7dbbb1a18218b6ec7f07a750fc6c729d124..b4ba8c264679eb9da73b2e73a0f71bc653dd0233 100644 (file)
@@ -1,8 +1,19 @@
 application/epub+zip; zat '%s'; test=test -n "$DISPLAY"
 application/pdf; zat '%s'; test=test -n "$DISPLAY"
 application/vnd.gnupg.wks; gpg-wks-client -v --read --send; needsterminal; description=WKS message
+image/jpeg; sxiv '%s'; test=test -n "$DISPLAY"
+image/jxl; sxiv '%s'; test=test -n "$DISPLAY"
+image/png; sxiv '%s'; test=test -n "$DISPLAY"
+image/tiff; sxiv '%s'; test=test -n "$DISPLAY"
+image/webp; sxiv '%s'; test=test -n "$DISPLAY"
 image/x-djvu; zat '%s'; test=test -n "$DISPLAY"
-image/*; sxiv '%s'; test=test -n "$DISPLAY"
+image/x-portable-anymap; sxiv '%s'; test=test -n "$DISPLAY"
+image/x-portable-arbitrarymap; sxiv '%s'; test=test -n "$DISPLAY"
+image/x-portable-bitmap; sxiv '%s'; test=test -n "$DISPLAY"
+image/x-portable-floatmap; sxiv '%s'; test=test -n "$DISPLAY"
+image/x-portable-graymap; sxiv '%s'; test=test -n "$DISPLAY"
+image/x-portable-pixmap; sxiv '%s'; test=test -n "$DISPLAY"
+image/x-xpixmap; sxiv '%s'; test=test -n "$DISPLAY"
 text/html; lynx -noreferer -partial -assume_charset=%{charset} -dump %s; copiousoutput; nametemplate=%s.html
 text/info; info '%s'; needsterminal
 text/plain; less '%s'; needsterminal