diff options
| author | Yigit Sever | 2024-10-19 11:14:06 +0200 |
|---|---|---|
| committer | Yigit Sever | 2024-10-19 11:14:06 +0200 |
| commit | 14d54abe1da563d29d00e61ea42d145919c77ae7 (patch) | |
| tree | e4445abad9dfd33d7c1e80f837d6749160e295d5 /.local/bin | |
| parent | 045cbb1d06f0d01a295180b336384c1c26fe5cc6 (diff) | |
| download | dotfiles-14d54abe1da563d29d00e61ea42d145919c77ae7.tar.gz dotfiles-14d54abe1da563d29d00e61ea42d145919c77ae7.tar.bz2 dotfiles-14d54abe1da563d29d00e61ea42d145919c77ae7.zip | |
nuke: add docx with libreoffice
Diffstat (limited to '.local/bin')
| -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 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" |
