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
- Host: GitHub
- URL: https://github.com/nomad-software/grope
- Owner: nomad-software
- License: mit
- Created: 2016-06-28T17:47:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T17:54:19.000Z (about 2 years ago)
- Last Synced: 2025-04-09T08:51:16.269Z (about 1 year ago)
- Topics: cli, command-line-app, go, golang, grep, grepping
- Language: Go
- Homepage:
- Size: 3.77 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## CLI
```
grope -dir="~/Code" -glob="*.go" -regex="^(foo|bar)$" -case -ignore="^(baz|qux)$"
```
## Help
Run the following command for help.
```
grope -help
```