From 8b2948eb74c1e2a80d2dceeb81b3f7802232f42d Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 11 Mar 2024 11:39:27 +0000 Subject: [PATCH] add pptx file handling to file_previewer.sh --- file_previewer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_previewer.sh b/file_previewer.sh index 48552f1..2fe5972 100755 --- a/file_previewer.sh +++ b/file_previewer.sh @@ -4,7 +4,7 @@ preview_filepath="/tmp/lf_preview_image.png" case "$(mimetype --brief -- "$1")" in - application/gzip | application/msword | application/x-iso9660-image | application/vnd.openxmlformats-officedocument.wordprocessingml.document) + application/gzip | application/msword | application/x-iso9660-image | application/vnd.openxmlformats-officedocument.wordprocessingml.document | application/vnd.openxmlformats-officedocument.presentationml.presentation ) exiftool "$1" | bat --theme='base16' --terminal-width "$(($2-4))" --force-colorization;; application/json)