Posted on fb.
John Bird.
I have a utility program to search for and show text in folders and files (written in Delphi of course). Called DFind. Been using it for years, and I have a new version (V7) that I would like to offer as a freebie for any programmers who like to do searches for text (and replaces too).
Useful additions this version
- I adopted and modified Zarko Gajic’s nice FindFiles and HAHFindFiles components to do in the folder scan the selections of filespecs and files by date/time (ie streamlined)
- added an advanced mode for each of Folders/Filespec and strings
Main points:
- Pretty well optimised as above
- Simple mode allows search a folder (and sub folders optional) and filespec for a string and show the found lines.
- Several options for viewing search results such as option to open full file in editplus or notepad++ positioned at the found text
- Advanced mode where Folders, Filespecs and strings can all be multiple values - i.e. a list of Folders, a list of Filespecs and a list of strings to search for
- Quite a lot of work in the UI to make the simple and advanced modes to be as uncomplicated and separate and easy to use as possible.
- Also has a Search/Replace function with multiple strings - up to 200 strings at once with integration with WinMerge/ compare utilities for safety.
Have a look at the web page DFind - Search tool and let me know feedback:
- If the design looks good
- If interested to try it
- Suggestions where may be ideal place for downloads (other than my web site)
Versions available in Delphi 2007 and 12.1 (64 bit), both same in functionality, vcl not fmx