blob: 0435c6c7f29e5e7613521d92baa5818a98c526d8 (
plain)
1
2
3
4
5
6
7
|
# 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
video/*; xdg-open %s
application/pdf; zathura %s
|