From: basbebe <7083188+basbebe@users.noreply.github.com> Date: Sat, 30 May 2020 13:18:12 +0000 (+0200) Subject: also send mutool to $PAGER (#615) X-Git-Tag: v3.3~91 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=3feae709acdd1434d55f6ce8862eb1490f2f74e2;p=nnn.git also send mutool to $PAGER (#615) --- diff --git a/plugins/nuke b/plugins/nuke index 1d2cd688..39c63243 100755 --- a/plugins/nuke +++ b/plugins/nuke @@ -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"