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.

11 lines
582 B

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