From 14d54abe1da563d29d00e61ea42d145919c77ae7 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 19 Oct 2024 11:14:06 +0200 Subject: nuke: add docx with libreoffice --- .local/bin/nuke | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/nuke b/.local/bin/nuke index fe6daac..e7da6b6 100755 --- a/.local/bin/nuke +++ b/.local/bin/nuke @@ -212,7 +212,7 @@ handle_extension() { exit 1;; ## OpenDocument - odt|ods|odp|sxw) + odt|ods|odp|sxw|docx) if type odt2txt >/dev/null 2>&1; then ## Preview as text conversion odt2txt "${FPATH}" | eval "$PAGER" -- cgit v1.2.3-70-g09d2