diff options
author | Yigit Sever | 2020-08-18 17:01:42 +0300 |
---|---|---|
committer | Yigit Sever | 2020-08-18 17:01:42 +0300 |
commit | 757e573c30198fa0f83802c4f20203c23ccf02c1 (patch) | |
tree | 02393ed5de2c4cd95c45bc72ae6a13e57e296556 /bin | |
parent | ab0b8224743f210128b6821161d0a5a58d13b6a4 (diff) | |
download | dotfiles-757e573c30198fa0f83802c4f20203c23ccf02c1.tar.gz dotfiles-757e573c30198fa0f83802c4f20203c23ccf02c1.tar.bz2 dotfiles-757e573c30198fa0f83802c4f20203c23ccf02c1.zip |
nuke can open presentations
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/nuke | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |