diff options
author | Yigit Sever | 2020-10-11 14:56:30 +0300 |
---|---|---|
committer | Yigit Sever | 2020-10-11 14:56:30 +0300 |
commit | 1b69073f339fdd4ff2459465c0854910dfd0330b (patch) | |
tree | 57506af23217121270350d8c1a5108ebd6e3b2b5 /.local/bin/nuke | |
parent | 05960e55782fe98d586c4ab32cb9760135957527 (diff) | |
download | dotfiles-1b69073f339fdd4ff2459465c0854910dfd0330b.tar.gz dotfiles-1b69073f339fdd4ff2459465c0854910dfd0330b.tar.bz2 dotfiles-1b69073f339fdd4ff2459465c0854910dfd0330b.zip |
handle docx
Diffstat (limited to '.local/bin/nuke')
-rwxr-xr-x | .local/bin/nuke | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/nuke b/.local/bin/nuke index de4f5c2..37e852d 100755 --- a/.local/bin/nuke +++ b/.local/bin/nuke | |||
@@ -199,7 +199,7 @@ handle_extension() { | |||
199 | exit 1;; | 199 | exit 1;; |
200 | 200 | ||
201 | ## OpenDocument | 201 | ## OpenDocument |
202 | odt|ods|odp|sxw|pptx) | 202 | odt|ods|odp|sxw|pptx|docx) |
203 | if which odt2txt >/dev/null 2>&1; then | 203 | if which odt2txt >/dev/null 2>&1; then |
204 | ## Preview as text conversion | 204 | ## Preview as text conversion |
205 | odt2txt "${FPATH}" | eval "$PAGER" | 205 | odt2txt "${FPATH}" | eval "$PAGER" |