9 lines
308 B
Text
9 lines
308 B
Text
|
text/plain; $EDITOR %s ;
|
||
|
text/html; w3m -I %{charset} -T text/html; copiousoutput;
|
||
|
image/*; feh %s ;
|
||
|
video/*; setsid 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;
|