summaryrefslogtreecommitdiffstats
path: root/bin/nuke
diff options
context:
space:
mode:
authorYigit Sever2020-08-18 17:01:42 +0300
committerYigit Sever2020-08-18 17:01:42 +0300
commit757e573c30198fa0f83802c4f20203c23ccf02c1 (patch)
tree02393ed5de2c4cd95c45bc72ae6a13e57e296556 /bin/nuke
parentab0b8224743f210128b6821161d0a5a58d13b6a4 (diff)
downloaddotfiles-757e573c30198fa0f83802c4f20203c23ccf02c1.tar.gz
dotfiles-757e573c30198fa0f83802c4f20203c23ccf02c1.tar.bz2
dotfiles-757e573c30198fa0f83802c4f20203c23ccf02c1.zip
nuke can open presentations
Diffstat (limited to 'bin/nuke')
-rwxr-xr-xbin/nuke2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nuke b/bin/nuke
index 89a1e75..de4f5c2 100755
--- a/bin/nuke
+++ b/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) 202 odt|ods|odp|sxw|pptx)
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"