mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Merge pull request #1198 from stelgenhof/master
Add 'font' mime-type registry check for preview-tui plugin
This commit is contained in:
commit
4dc70f4a3f
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ handle_mime() {
|
|||
image/*) generate_preview "$cols" "$lines" "$1" "image" ;;
|
||||
video/*) generate_preview "$cols" "$lines" "$1" "video" ;;
|
||||
audio/*) generate_preview "$cols" "$lines" "$1" "audio" ;;
|
||||
application/font*|application/*opentype) generate_preview "$cols" "$lines" "$1" "font" ;;
|
||||
application/font*|application/*opentype|font/*) generate_preview "$cols" "$lines" "$1" "font" ;;
|
||||
*/*office*|*/*document*) generate_preview "$cols" "$lines" "$1" "office" ;;
|
||||
application/zip) fifo_pager unzip -l "$1" ;;
|
||||
text/troff)
|
||||
|
|
Loading…
Add table
Reference in a new issue