https://github.com/dimo414/jgrep
A graphical "grep" utility, written in Java
https://github.com/dimo414/jgrep
grep gui java
Last synced: about 1 year ago
JSON representation
A graphical "grep" utility, written in Java
- Host: GitHub
- URL: https://github.com/dimo414/jgrep
- Owner: dimo414
- License: gpl-3.0
- Created: 2020-01-17T08:38:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T22:12:46.000Z (over 3 years ago)
- Last Synced: 2025-03-29T22:11:55.178Z (about 1 year ago)
- Topics: grep, gui, java
- Language: Java
- Homepage:
- Size: 74.2 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jGrep
jGrep is a cross-platform graphical file search utility, modeled after
[`grep`](https://www.gnu.org/software/grep/manual/grep.html), 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](https://github.com/dimo414/jgrep/releases) page. There
is also a Windows installer for Windows users.
The source is currently built by "hand" with `javac`, see the
[build action](https://github.com/dimo414/jgrep/blob/483074a/.github/workflows/cd.yml#L14)
for an example command if trying to build from source.
## Reporting issues
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 .