blob: 54c10dde6f562f090a12aaf3fec90288558242b4 (
plain)
1
2
3
4
5
6
7
8
|
# text/html; w3m -I %{charset} -T text/html; copiousoutput;
# text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput
text/html; links -width 80 -dump %s; copiousoutput
text/plain; less "%s"
image/*; sxiv "%s"
video/*; mpv "%s"
audio/*; mpv "%s"
text/*; nvim "%s"
|