#grep #cli #cli-tool #search

bin+lib grsp

A search tool that recursively searches current directory for a string

3 releases

0.1.2 Jan 28, 2024
0.1.1 Jan 27, 2024
0.1.0 Jan 26, 2024

#2522 in Command line utilities

48 downloads per month

MIT license

6KB
136 lines

grsp

Recursively searches directories for a string

Features

  • fast (not as fast as ripgrep)
  • simple
  • no regex
  • no boyer moore algo
  • no respect for gitignore

Installation

cargo install grsp

Usage

grsp STRING [PATH]

Dependencies

~1.5MB
~27K SLoC