Skip to content

Commit

Permalink
Add old 1997-2003 .doc and .xls support
Browse files Browse the repository at this point in the history
  • Loading branch information
amalgame21 authored Feb 25, 2023
1 parent 9503703 commit 1dc4c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/preview-tui
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ handle_mime() {
video/*) generate_preview "$cols" "$lines" "$1" "video" ;;
audio/*) generate_preview "$cols" "$lines" "$1" "audio" ;;
application/font*|application/*opentype|font/*) generate_preview "$cols" "$lines" "$1" "font" ;;
*/*office*|*/*document*) generate_preview "$cols" "$lines" "$1" "office" ;;
*/*office*|*/*document*|*/*msword|*/*ms-excel) generate_preview "$cols" "$lines" "$1" "office" ;;
application/zip) fifo_pager unzip -l "$1" ;;
text/troff)
if exists man; then
Expand Down

0 comments on commit 1dc4c96

Please sign in to comment.