jGrep is a cross-platform graphical file search utility, modeled after
grep
, but built from the ground up
in Java. It lets you quickly search for either a string of text or matches to a regular
expression in a single file or a directory in an easy and intuitive user interface.
Additional features include a find/replace utility and the ability to save and load past
searches.
You can download the jGrep Jar from the Releases page. There is also a Windows installer for Windows users.
The source is currently built by "hand" with javac
, see the
build action
for an example command if trying to build from source.
If you have trouble with jGrep please open an issue here on GitHub.
Copyright (C) 2010 Michael Diamond
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.