2022-07-14 22:57:44 +02:00
|
|
|
text/plain; $EDITOR %s ;
|
2022-12-16 21:25:37 +01:00
|
|
|
# text/html; w3m -I %{charset} -T text/html; copiousoutput;
|
|
|
|
text/html; links -html-numbered-links 1 -html-images 1 -dump 'file://%s'; copiousoutput
|
|
|
|
image/*; imv %s ;
|
2022-07-14 22:57:44 +02:00
|
|
|
video/*; setsid mpv --quiet %s &; copiousoutput
|
|
|
|
audio/*; mpv %s ;
|
2023-07-24 00:01:29 +02:00
|
|
|
application/pdf; evince %s ;
|
2022-07-14 22:57:44 +02:00
|
|
|
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
|
|
|
|
application/pgp-keys; gpg --import '%s'; copiousoutput;
|