ranger-users
[Top][All Lists]
Advanced

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

Re: [Ranger-users] Find function and results window


From: Roman Z.
Subject: Re: [Ranger-users] Find function and results window
Date: Tue, 14 Jun 2011 01:16:07 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

Try this keybinding:
keymanager.map('browser', 'F', fm.open_console("shell -d urxvt -e bash 
~/findstuff.sh "))

With ~/findstuff.sh containing this:
#!/bin/bash
find . | grep "$@" | less


Roman

On Fri, Jun 10, 2011 at 01:19:45AM +0200, Jostein Berntsen wrote:
> On 07.06.11,14:04, Jostein Berntsen wrote:
> > When I use this find function in Ranger the result windows pops up and 
> > then it disappears. Is it possible to make the results window stick 
> > around a bit longer?
> > 
> > keymanager.map('browser', 'F', fm.open_console("shell find . | grep "))  
> > 
> 
> Had to pipe it to less and then it worked. Would have been cool to get 
> the results in a detached window though. 
> 
> Jostein
> 
> 
> 

Attachment: signature.asc
Description: Digital signature


reply via email to

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