blob: 97a53957b6c7ba91b6b124f3e1613112af243a03 (
plain)
1
2
3
4
5
6
7
8
|
text/plain; $EDITOR %s ;
text/html; w3m -o display_link_number=1 -I %{charset} -T text/html; copiousoutput;
image/*; nsxiv -abf %s ;
video/*; mpv --quiet %s &; copiousoutput
audio/*; mpv %s ;
application/pdf; zathura %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
application/pgp-keys; gpg --import '%s'; copiousoutput;
|