Bug 318111 - Add option to ignore subfolders by regexp
Summary: Add option to ignore subfolders by regexp
Status: REPORTED
Alias: None
Product: krusader
Classification: Applications
Component: search (show other bugs)
Version: 2.4.0-beta1 "Migration"
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-10 00:23 UTC by Roman Ivanov
Modified: 2018-05-06 00:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Ivanov 2013-04-10 00:23:07 UTC
Krusader is convenient for disk search by file names and their content, but it is slow for code search as it  traverse all subfolders in search point, but as developer I whould rather skip binaries folder "bin", "target", ".git", ".svn"..... . 
Now it is possible to spesify full path to ignored folder, and useful when you do search from "/", but it does not make sense for small folders espesially then we have al ot of them.

So please extend "Don't search in" to allow regexp strings to be provided here, or any other way ...