Categorygithub.com/nomad-software/grope
repository
0.0.0-20240316175415-ad53569c4ee2
Repository: https://github.com/nomad-software/grope.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Grope

A small command line utility for finding text in many files


Description

It's basically 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 GUI toolkit.

alt text

CLI

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

Help

Run the following command for help.

grope -help