[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ranger-users] Newbie with two questions
From: |
Roman Z. |
Subject: |
Re: [Ranger-users] Newbie with two questions |
Date: |
Sun, 27 Mar 2011 12:03:43 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
1. There is no support for virtual file systems
2. The mechanism of the r button was not made with custom arguments in
mind. So I guess you'll have to do this instead:
!./%f -f
"!" opens a console asking for a command to run, and ./%f expands to ./filename
if you use it more often, bind it to a key:
map("a", fm.open_console("shell ./%f "))
(In keys.py, browser section. To get keys.py, run ranger --copy-config=keys)
On Sun, Mar 27, 2011 at 02:16:27PM +0800, XeCycle wrote:
> Hello all, I'm new to the excellent ranger fileman.
>
> After reading the docs, I came up with 2 questions:
>
> Does it support any virtual file systems directly? Such as
> avfs.
>
> How can I run a program with commandline parameters added
> when using :open_with self? I tried, but it didn't seem to
> work. I highlighted a script, pressed 'r', typed 'self -f',
> where -f is the parameter, but the parameter didn't take
> effect.
>
> Thank you.
>