blob: 121267e1265b9f22758e3ad0f7815abccb14947a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
application/gzip; gunzip -c '%s' | less -N
image/png; feh '%s'
image/jpg; feh '%s'
image/jpeg; feh '%s'
image/gif; feh '%s'
|