Questions tagged [agent-ransack]

6 questions
24
votes
5 answers

How do I tell Agent Ransack to avoid a particular path/filename pattern?

I've started using Agent Ransack to search an entire directory at once looking for a particular string. The only issue I have with it so far is that if I'm searching in a Subversion working copy, it finds the string in the .svn folders, which of…
Tyler
  • 1,443
7
votes
4 answers

Is it just me or does Windows 7 index-based searching still not work as well as Agent Ransack?

It really seems that this is the case....am I wrong? Or an I not understanding something about Windows 7 search and just don't know how to properly use it? And as far as I can tell Agent Ransack doesn't use an index...how is this possible?
leeand00
  • 23,552
3
votes
2 answers

How can I get Agent Ransack to return one line above and below match?

I want to see the matches in context of the lines above and below the match.
Suraj
  • 399
1
vote
1 answer

Is there any file content search tool that decompresses JAR files before looking into it?

I use Agent Ransack to grep entire directories. But it doesn't unzip JAR files before looking into them, is there any tool that does that?
Jader Dias
  • 16,236
1
vote
1 answer

Escaping open paren in agent ransack does not work

I'm trying to search for the text "names(" (without quotes) in a folder of code. I've tried "names(" but that returns no results where they should be results. Not sure how to deal with this.
Suraj
  • 399
1
vote
1 answer

How do I tell to Agent Ransack to ignore files without any type/extension

How can I do that kind of filtering ? I know NOT:*.ext but it is only to skip specific extensions what if I want Agent Ransack to skip files without type/extension
Meds
  • 389