26 lines
682 B
Plaintext
26 lines
682 B
Plaintext
text/plain; $EDITOR %s ;
|
|
text/html; openfile %s ; nametemplate=%s.html
|
|
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput;
|
|
image/*; openfile %s ;
|
|
video/*; setsid mpv --quiet %s &; copiousoutput
|
|
application/pdf; openfile %s ;
|
|
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
|
|
application/pgp-keys; gpg --import '%s'; copiousoutput;
|
|
|
|
## PDF
|
|
#application;zathura %s
|
|
#image/pdf;zathura %s
|
|
## Images
|
|
#image/bmp;sxiv %s
|
|
#image/gif;sxiv %s
|
|
#image/libm;sxiv %s
|
|
#image/jpg;sxiv %s
|
|
#image/jpeg;sxiv %s
|
|
#image/png;sxiv %s
|
|
#image/tiff;sxiv %s
|
|
#image/x-png;sxiv %s
|
|
|
|
#Text
|
|
#text/html; qutebrowser %s
|
|
text/calendar; calendaradd %s
|