1
0
Fork 0
old-dotfiles/.config/neomutt/mailcap

23 lines
1,023 B
Text
Raw Normal View History

2023-02-18 21:12:37 +01:00
image/*; sxiv -a -b %s; copiousoutput
2023-02-25 21:42:05 +01:00
# image/*; feh %s; copiousoutput
# text/plain; $EDITOR %s
# text/plain; nvim %s
2023-02-18 21:12:37 +01:00
text/plain; bat %s; copiousoutput
2023-02-25 21:42:05 +01:00
# text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput
# text/html; firefox --private-window '%s' &; test=test -n "$DISPLAY"; needsterminal
# text/html; lynx -g '%s'; test=test -n "$DISPLAY"; needsterminal
# text/html; links -g -force-html '%s'; test=test -n "$DISPLAY";
2023-02-18 21:12:37 +01:00
text/html; chromium --new-window --incognito '%s'; nametemplate=%s.html; test=test -n "$DISPLAY"
2023-02-25 21:42:05 +01:00
# text/html; qutebrowser '%s'; nametemplate=%s.html; test=test -n "$DISPLAY"
# text/html; nyxt '%s'; test=test -n "$DISPLAY";
2023-02-18 21:12:37 +01:00
text/html; w3m; nametemplate=%s.html; needsterminal
text/html; w3m -graph -o display_borders=1 -o color=1 -o display_image=1 -o auto_image=1 -dump -I %{charset} -T text/html; copiousoutput
2023-02-25 21:42:05 +01:00
# audio/*; vlc %s
# video/*; vlc %s
2023-02-18 21:12:37 +01:00
audio/*; mpv %s
video/*; mpv %s
application/pdf; mupdf %s
2023-02-25 21:42:05 +01:00
# application/pdf; zathura %s
2023-02-18 21:12:37 +01:00
application/pgp-encrypted; gpg -d '%s'; copiousoutput