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: Roman Z.
Subject: Re: [Ranger-users] preview .txt-files?
Date: Tue, 8 Jan 2013 21:25:17 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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




reply via email to

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