diff options
| -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" |
