]> git.phdru.name Git - dotfiles.git/commitdiff
.mc: `pdftotext`: Preserve layout
authorOleg Broytman <phd@phdru.name>
Fri, 5 Jun 2020 21:47:59 +0000 (00:47 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 5 Jun 2020 21:47:59 +0000 (00:47 +0300)
And silence error messages.

.mc/mc.ext
.mc/menu

index f0b5945fce3b38082df672d761413a4912ee835b..c032ee679ac6aa8d72c0b57e8d864d5ad7c48c9c 100644 (file)
@@ -510,7 +510,7 @@ type/^PDF
        Open=(see %f &)
        #Open=(acroread %f &)
        #Open=(ghostview %f &)
-       View=%view{ascii} pdftotext %f - | iconv.py -f utf-8
+       View=%view{ascii} pdftotext -layout -q %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 12cccaec8695fd78cdd72f110a6339de5c1b0888..8f2acbe6d225b63b49c618a359cee8211ada91a6 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -63,7 +63,7 @@ T  fb2txt
 
 + t lr & f \.(pdf|PDF)$
 v  View pdf
-   pdftotext %f - | iconv.py -f utf-8 | ${PAGER:-more}
+   pdftotext -layout -q %f - | iconv.py -f utf-8 | ${PAGER:-more}
 
 += t lr & f \.(pdf|PDF)$
 e  View pdf with evince