9 lines
382 B
Text
9 lines
382 B
Text
|
text/html; $BROWSER %s
|
||
|
text/html; w3m -I %{charset} -T text/html -dump; copiousoutput;
|
||
|
video/*; setsid umpv --quiet %s &; copiousoutput
|
||
|
audio/*; mpv %s ;
|
||
|
application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; xdg-open /tmp/mutt/$(basename %s) &
|
||
|
text/plain; $EDITOR %s ;
|
||
|
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
|
||
|
application/pgp-keys; gpg --import '%s'; copiousoutput;
|