Giter VIP home page Giter VIP logo

jgrep's Introduction

jgrep

A GUI frontend for grep-like regular expression search written in Java:

Usage: jgrep [-Fior] [-c=<charset>] [--editor=<editor>] [--include=GLOB]
             [-m=NUM] <regex> [<files>...]
      <regex>               regular expression
      [<files>...]
  -c, --charset=<charset>   Which character set to use
      --editor=<editor>     The GUI text editor to be used for the 'edit'
                              button.
  -F, --fixed               Fixed
  -i, --ignorecase          Do not distinct between upper and lower case
      --include=GLOB        Search only files whose base name matches GLOB
  -m, --max-count=NUM       Stop reading a file after NUM matching lines.
  -o, --only-matching       Print only the matched (non-empty) parts of a
                              matching line, with each such part on a separate
                              output line.
  -r, --recursive           Recurse through subdirectories

You can download the latest release. Unzip it where you like; it will contain the needed jar files and the startup scripts.

Run ./gradlew installDist to obtain the files mentioned above in the directory build/install.

Run ./gradlew distZip to generate the zip file needed for a release.

Run ./gradlew shadowJar to generate a JAR file build/libs/jgrep-all.jar which can then be used to run jgrep using java -jar jgrep-all.jar.

jgrep's People

Contributors

mattulbrich avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.