ranger-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ranger-users] preview .txt-files?


From: Ludo Beckers
Subject: Re: [Ranger-users] preview .txt-files?
Date: Tue, 8 Jan 2013 21:46:58 +0100

Ok, the first command I typed:
address@hidden ~ $ ~/.config/ranger/scope.sh /etc/fstab 80 24

There's no output and no commandprompt.
 
Next I type:
echo $?
and when I hit enter I get the second
echo $?

I have to type Ctrl +c to get a command prompt again.

Then I did:
address@hidden ~ $ ranger --copy-config=scope  
and I started ranger again; there's still no text preview (pdf, htm and all otheres are ok)                 


 


On Tue, Jan 8, 2013 at 9:25 PM, Roman Z. <address@hidden> wrote:
On Tue, Jan 08, 2013 at 09:00:34PM +0100, Ludo Beckers wrote:
> I probably misunderstand, because this what I get:
> address@hidden ~ $ ~/.config/ranger/scope.sh /etc/fstab 80 24
> echo $?
> echo $?
>
> and there's no more output after that.

Why are there two "echo $?"?  It's a separate command, it should look
like this:

> address@hidden ~ $ ~/.config/ranger/scope.sh /etc/fstab 80 24
> ...something...
> address@hidden ~ $ echo $?
> 0

Anyway, the next step would be to delete ~/.config/ranger/scope.sh (keep
a backup of course) and run "ranger --copy-config=scope" again and see
if it works.

Roman




--
Ludo

reply via email to

[Prev in Thread] Current Thread [Next in Thread]