mirror of
https://github.com/jarun/nnn.git
synced 2025-01-07 16:41:14 +00:00
Added the media registry 'font' for mime types part of it.
Signed-off-by: Sacha Telgenhof <me@sachatelgenhof.com>
This commit is contained in:
parent
9c36f0df34
commit
44b983f71e
|
@ -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…
Reference in a new issue