ranger-users
[Top][All Lists]
Advanced

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

Re: [Ranger-users] Custom commands and keymapping them


From: Roman Z.
Subject: Re: [Ranger-users] Custom commands and keymapping them
Date: Tue, 4 May 2010 00:24:27 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, May 03, 2010 at 11:08:35PM +0100, David Woodfall wrote:
> I want to run a command on either selected directory (first choice)
> or a tagged directory:
> 
> mkisofs -R -o cdimage.raw %d
> 
> map('I', fm.execute_command('mkisofs -R -o cdimage.raw %d'))
> 
> is what I have in mind. How do I do this? The %d isn't parsed by
> ranger so obviously mkisofs spits out an error.
> 
> Cheers
> 
> -- 
> Don't look back, the lemmings are gaining on you.

Replace %d with . (a dot.)

But I realize that there's a need for an interface to the console, so
you can use %c, %s, etc... *adds to the TODO list*


[sorry for sending it directly to you rather than to the mailing list
the first time]





reply via email to

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