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
- Host: GitHub
- URL: https://github.com/manighazaee/grsp
- Owner: ManiGhazaee
- License: mit
- Created: 2024-01-26T20:59:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T15:07:18.000Z (over 2 years ago)
- Last Synced: 2025-06-29T09:17:22.096Z (about 1 year ago)
- Topics: cli, grep, grep-like, rust, search, tools
- Language: Rust
- Homepage: https://docs.rs/grsp/latest/grsp/
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```