An open API service indexing awesome lists of open source software.

https://github.com/manighazaee/grsp

A search tool that recursively searches current directory for a string
https://github.com/manighazaee/grsp

cli grep grep-like rust search tools

Last synced: 12 months ago
JSON representation

A search tool that recursively searches current directory for a string

Awesome Lists containing this project

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

```bash
cargo install grsp
```

## Usage

```bash
grsp STRING [PATH]
```