25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

10 satır
427 B

  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 -width=1024 %s; nametemplate=%s.html; copiousoutput;
  4. image/*; openfile %s ;
  5. video/*; setsid 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;