diff options
Diffstat (limited to '.config/lf/scope')
-rwxr-xr-x | .config/lf/scope | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/lf/scope b/.config/lf/scope index 3bc2f9c..267e5bf 100755 --- a/.config/lf/scope +++ b/.config/lf/scope @@ -33,6 +33,7 @@ case "$(file --dereference --brief --mime-type -- "$1")" in video/* ) mediainfo "$1" || exit 1 ;; */pdf) pdftotext "$1" - || exit 1 ;; *opendocument*) odt2txt "$1" || exit 1;; + application/vnd.openxmlformats-officedocument.wordprocessingml.document) docx2txt "$1" ;; application/pgp-encrypted) gpg -d -- "$1" ;; esac exit 1 |