Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggestion: incorporate SEARCH code from GPL "findwild" util #195

Open
stewie opened this issue Nov 5, 2012 · 0 comments
Open

suggestion: incorporate SEARCH code from GPL "findwild" util #195

stewie opened this issue Nov 5, 2012 · 0 comments
Labels
Milestone

Comments

@stewie
Copy link

stewie commented Nov 5, 2012

Toward enhancing spaceFM search functionality without "reinventing the wheel",
consider incorporating the underlying code (if not its GUI) of kornelix "findwild" utility.

Although findwild lacks a cli interface (and, I believe, requires libgtk 2.64 minimum)
most of its functionality stems from "zfuncs" package

http://www.kornelix.com/zfuncs.html

http://www.kornelix.com/findwild.html
findwild
This is (yet another) program to search for files, but it works differently.
Findwild offers the following search criteria:
* directory path to search, with multiple wildcards placed anywhere
* file name(s) to search for, with multiple wildcards anywhere
* file name(s) to exclude, with multiple wildcards anywhere
* file content string(s) to search for, with multiple wildcards anywhere
* file content string(s) to exclude, with multiple wildcards anywhere
* file modification date within a desired range
* delimiters for the strings to be searched (defaults provided)
The search criteria can be tuned to narrow the search by excluding unwanted paths / files / strings included in an initial search.
Combinations of wanted and unwanted strings can be specified at the file and record level.
Search the results of a prior search with new criteria (narrow the search, stepwise, with fast response).
(IOW: "search within results" ~~ A new search can be initiated using the results from a prior search to speed things up.)
-=-
Search criteria can be saved in a file and recalled to edit and use again.
-=-
Findwild is a free program licensed under the GNU General Public License, Version 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant