commit da23da5f8666b94e38795e4afaeff13cdc604cb6
parent 6b14836411cef3c8ec59ecaf89ac30bb622b2616
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sun, 28 Mar 2021 12:46:05 +0200
mutt & mailcap: html autoview
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mailcap b/mailcap
@@ -1,6 +1,6 @@
image/*; sh -c 'case "%s" in http*) name="/tmp/$(printf "%s" | sed "s/.*\///")"; curl -sL "%s" > "$name";; *) name="%s";; esac; sxiv -a "$name"'
video/*; mpvq %s
-text/html; w3m -config /Users/alex/.config/w3m/config -T text/html %s
+text/html; w3m -config /Users/alex/.config/w3m/config -T text/html %s; copiousoutput
text/plain; less
application/pdf; open -a Skim %s
application/vnd.openxmlformats-officedocument.wordprocessingml.document; open -a 'Microsoft Word' %s