grsp 0.1.0

A search tool that recursively searches current directory for a string
Documentation

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]