This is a simple GUI for the commandline tool grep and pdfgrep
THIS PROJECT HAS MOVED TO: https://sourceforge.net/projects/documentgrep/
This program is a GUI for the commandline tool grep and pdfgrep. Pdfgrep search text in multiple PDF files and grep can serach text in multiple text files. You can use regular expressions for the search (https://en.wikipedia.org/wiki/Regular_expression). This GUI and the commandline tools work without indexing.
The following options are used: -i (ignore case) and -F (fixed strings), -n (Print page number or output lines) and -H (Print the file name for each match) from the commandline tool. ...