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

https://github.com/nomad-software/grope

A small command line utility for finding text in many files
https://github.com/nomad-software/grope

cli command-line-app go golang grep grepping

Last synced: about 1 year ago
JSON representation

A small command line utility for finding text in many files

Awesome Lists containing this project

README

          

# Grope
**A small command line utility for finding text in many files**

---
## Description

It's basically [grep](https://en.wikipedia.org/wiki/Grep) but faster and uses colors in the output.

## Installation

```
go install ./...
```

## GUI

Grope now features a GUI that will only probably work with Linux running X11.
This uses my [Goat](https://github.com/nomad-software/goat) GUI toolkit.

![alt text](images/grope-gui.png)

## CLI

```
grope -dir="~/Code" -glob="*.go" -regex="^(foo|bar)$" -case -ignore="^(baz|qux)$"
```

## Help

Run the following command for help.

```
grope -help
```