Преглед на файлове

better mailcap for html and media

tags/v3.1
Luke Smith преди 6 години
родител
ревизия
20c014db09
No known key found for this signature in database GPG ключ ID: 4C50B54A911F6252
променени са 2 файла, в които са добавени 14 реда и са изтрити 3 реда
  1. +10
    -0
      etc/htmlopen.sh
  2. +4
    -3
      etc/mailcap

+ 10
- 0
etc/htmlopen.sh Целия файл

@@ -0,0 +1,10 @@
#!/bin/sh

# Helps open an HTML file from mutt in a GUI browser without weird side effects.

file=$(mktemp -u --suffix=.html)

echo $file
cp "$1" "$file"

setsid firefox "$file" &

+ 4
- 3
etc/mailcap Целия файл

@@ -1,6 +1,7 @@
text/plain; vim %s ;
text/html; $BROWSER '%s' ;
text/html; ~/.config/mutt/etc/htmlopen.sh %s ;
text/html; w3m -I %{charset} -T text/html; copiousoutput;
image/*; ~/.config/mutt/etc/muttimage.sh %s ; copiousoutput
video/*; setsid nohup mpv --quiet %s & disown; copiousoutput
application/pdf; pdftotext '%s' -; copiousoutput;
video/*; setsid mpv --quiet %s &; copiousoutput
application/pdf; cp '%s' /tmp/doc.pdf && setsid zathura /tmp/doc.pdf &; copiousoutput;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;

Зареждане…
Отказ
Запис