blob: 181c7dec7956d3620de6c957c10406b3039247f7 (
plain)
1
2
3
4
5
6
|
# text/html; mv %s %s.html && firefox %s.html >/dev/null 2>/dev/null; needsterminal;
text/html; mv %s %s.html && qutebrowser %s.html >/dev/null 2>/dev/null; needsterminal;
text/html; w3m -I %{charset} -dump %s; nametemplate=%s.html; copiousoutput
text/plain; more %s;
image/*; feh %s
application/pdf; zathura %s
|