Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
457 B

4 years ago
4 years ago
  1. text/plain; $EDITOR %s ;
  2. text/html; openfile %s ; nametemplate=%s.html
  3. text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput;
  4. #text/html; firefox-developer-edition %s;
  5. image/*; openfile %s ;
  6. video/*; setsid mpv --quiet %s &; copiousoutput
  7. audio/*; mpv %s ;
  8. application/pdf; openfile %s ;
  9. application/pgp-encrypted; gpg -d '%s'; copiousoutput;
  10. application/pgp-keys; gpg --import '%s'; copiousoutput;