https://github.com/2kabhishek/rgep
grep implemented in Rust. 🔎⚙
https://github.com/2kabhishek/rgep
cli grep rust utility
Last synced: about 1 year ago
JSON representation
grep implemented in Rust. 🔎⚙
- Host: GitHub
- URL: https://github.com/2kabhishek/rgep
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2020-08-23T06:18:47.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:44:43.000Z (over 3 years ago)
- Last Synced: 2025-04-29T21:03:43.660Z (about 1 year ago)
- Topics: cli, grep, rust, utility
- Language: Rust
- Homepage: https://2kabhishek.github.io/rgep
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rgep is a utility that allows you to search patterns in files.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `cargo`
## Installing rgep
To install rgep, follow these steps:
```bash
cargo install rgep
```
## Using rgep
```bash
USAGE:
rgep pattern path
```
### More Info
[Crates.io/rgep](https://crates.io/crates/rgep)