blob: e7e7ff39a3da08358d2344086f25253ae694f363 (
plain)
1
2
3
4
5
6
7
8
9
10
|
text/html; firefox '%s' &; test=test -n "$DISPLAY"; needsterminal;
text/html; w3m -I %{charset} -T text/html; copiousoutput;
text/plain; less -N %s; copiousoutput;
application/json; jq . %s | less -N; copiousoutput;
application/pdf; firefox '%s'
application/zip; unzip -p '%s' | less -N
image/png; feh '%s'
image/jpg; feh '%s'
image/jpeg; feh '%s'
image/gif; feh '%s'
|