dotfiles

Mahdi's dotfiles
git clone git://mahdi.pw/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

mailcap (499B)


      1 text/plain; $EDITOR %s ;
      2 text/html; openfile %s ; nametemplate=%s.html
      3 text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput;
      4 image/*; openfile %s ;
      5 video/*; mpv --quiet %s &; copiousoutput
      6 audio/*; mpv %s ;
      7 application/pdf; openfile %s ;
      8 application/pgp-encrypted; gpg -d '%s'; copiousoutput;
      9 application/pgp-keys; gpg --import '%s'; copiousoutput;
     10 #image/*;	    fh %s;
     11 #application/*;	    fh %s;
     12 #application/pdf;    fh %s;
     13 #video/*;	    fh %s;
     14 #audio/*;	    fh %s;
     15 #text/html;	    fh %s;