Sfoglia il codice sorgente

also send mutool to $PAGER (#615)

master
basbebe GitHub 4 anni fa
parent
commit
3feae709ac
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      plugins/nuke

+ 1
- 1
plugins/nuke Vedi File

@@ -92,7 +92,7 @@ handle_pdf() {
pdftotext -l 10 -nopgbrk -q -- "${FPATH}" - | eval "$PAGER"
exit 0
elif which mutool >/dev/null 2>&1; then
mutool draw -F txt -i -- "${FPATH}" 1-10
mutool draw -F txt -i -- "${FPATH}" 1-10 | eval "$PAGER"
exit 0
elif which exiftool >/dev/null 2>&1; then
exiftool "${FPATH}" | eval "$PAGER"


Loading…
Annulla
Salva