]> git.phdru.name Git - dotfiles.git/commitdiff
.mc: Use `pdftotext`, iconv.py` and run a pager to view PDFs
authorOleg Broytman <phd@phdru.name>
Fri, 5 Jun 2020 17:26:05 +0000 (20:26 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 5 Jun 2020 17:26:05 +0000 (20:26 +0300)
.mc/mc.ext
.mc/menu

index 9ee0d2d7497eccf88b9c1caeb2b7522062a89ac1..f0b5945fce3b38082df672d761413a4912ee835b 100644 (file)
@@ -510,7 +510,7 @@ type/^PDF
        Open=(see %f &)
        #Open=(acroread %f &)
        #Open=(ghostview %f &)
-       View=%view{ascii} pdftotext %f -
+       View=%view{ascii} pdftotext %f - | iconv.py -f utf-8
 
 # The following code very ugly and should not be taken as example.
 # It should be cleaned up when the new format of mc.ext is developed.
index c484d3c8e103eca4f6955dd02bfea8444129fcb6..12cccaec8695fd78cdd72f110a6339de5c1b0888 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -61,8 +61,12 @@ T  fb2txt
    esac
    $A %f | xsltproc /usr/local/src/FictionBook/FB2_2_txt_ru.xsl - | webstdin -e txt -t
 
++ t lr & f \.(pdf|PDF)$
+v  View pdf
+   pdftotext %f - | iconv.py -f utf-8 | ${PAGER:-more}
+
 += t lr & f \.(pdf|PDF)$
-e  View pdf
+e  View pdf with evince
    evince %f &
 
 += t lr & f \.djvu(\.bz2|\.gz)?$