summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-10-10 01:50:02 +0200
committerhut <hut@lavabit.com>2010-10-10 01:50:02 +0200
commitab3ecc707fa9f4243a02809c7de7a781dbf06b5a (patch)
treee647fda5d0497cd9c8492d6c554f49d32ff7f1cb
parent796ca7d3b8fc22992d509ede49b12e60a100e54b (diff)
downloadranger-ab3ecc707fa9f4243a02809c7de7a781dbf06b5a.tar.gz
data/scope: fixed pdftotext invocation
-rwxr-xr-xranger/data/scope.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh
index c99f715b..5a076130 100755
--- a/ranger/data/scope.sh
+++ b/ranger/data/scope.sh
@@ -37,7 +37,7 @@ case "$extension" in
 		atool -l "$path" | head -n $maxln && exit 3
 		exit 1;;
 	pdf)
-		pdftotext "$path" | head -n $maxln && exit 3
+		pdftotext -q "$path" - | head -n $maxln && exit 3
 		exit 1;;
 	# HTML Pages:
 	htm|html|xhtml)
ge.c' href='/danisanti/profani-tty/commit/Makefile.am?id=b269ac97022bd15ac9a62d8b7cc98646313c4ce5'>b269ac97 ^
1d5046bc ^
6c3b42cd ^

070d2ced ^
5fd8dcbc ^



c72d7ad6 ^
527e739a ^
1d5046bc ^
c588a118 ^
2655d9e8 ^
3e92c60e ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24