[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ranger-users] search text inside documents
From: |
Hut |
Subject: |
Re: [Ranger-users] search text inside documents |
Date: |
Thu, 14 Nov 2013 14:54:14 +0100 |
User-agent: |
Mutt/1.5.22 (2013-10-16) |
On Thu, Nov 14, 2013 at 12:47:20PM +0800, henring wrote:
> Hi, could you teach me how to find out some files wanted via searching key
> word(s) inside files.
You need to create this feature yourself, for example by adding this to
your ~/.config/ranger/rc.conf:
alias keywordsearch shell -p grep -I -s * -e
Then type ":keywordsearch foo" in ranger. Replace foo with your
keyword.
hut