grsp

Crates.iogrsp
lib.rsgrsp
version0.1.2
sourcesrc
created_at2024-01-26 21:06:12.356522
updated_at2024-01-28 15:07:37.568905
descriptionA search tool that recursively searches current directory for a string
homepage
repositoryhttps://github.com/ManiGhazaee/grsp
max_upload_size
id1115915
size9,619
Mani (ManiGhazaee)

documentation

README

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]
Commit count: 0

cargo fmt