summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2024-10-19 11:14:06 +0200
committerYigit Sever2024-10-19 11:14:06 +0200
commit14d54abe1da563d29d00e61ea42d145919c77ae7 (patch)
treee4445abad9dfd33d7c1e80f837d6749160e295d5
parent045cbb1d06f0d01a295180b336384c1c26fe5cc6 (diff)
downloaddotfiles-14d54abe1da563d29d00e61ea42d145919c77ae7.tar.gz
dotfiles-14d54abe1da563d29d00e61ea42d145919c77ae7.tar.bz2
dotfiles-14d54abe1da563d29d00e61ea42d145919c77ae7.zip
nuke: add docx with libreoffice
-rwxr-xr-x.local/bin/nuke2
1 files changed, 1 insertions, 1 deletions
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() {
212 exit 1;; 212 exit 1;;
213 213
214 ## OpenDocument 214 ## OpenDocument
215 odt|ods|odp|sxw) 215 odt|ods|odp|sxw|docx)
216 if type odt2txt >/dev/null 2>&1; then 216 if type odt2txt >/dev/null 2>&1; then
217 ## Preview as text conversion 217 ## Preview as text conversion
218 odt2txt "${FPATH}" | eval "$PAGER" 218 odt2txt "${FPATH}" | eval "$PAGER"