An open API service indexing awesome lists of open source software.

https://github.com/ryochack/gorep

find and grep tool
https://github.com/ryochack/gorep

Last synced: 8 months ago
JSON representation

find and grep tool

Awesome Lists containing this project

README

          

# gorep
gorep is find and grep tool.

## Usage
```
Usage:

gorep [options] pattern [path]

The options are:

-V : print gorep version
-g : enable grep
-grep-only : enable grep and disable file search
-search-binary : search binary files for matches on grep enable
-ignore pattern : pattern is ignored
-hidden : search hidden files
-ignorecase : ignore case distinctions in pattern
```

## ScreenShot
![gorep screenshot](./gorep_screenshot.png)