Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2kabhishek/rgep
grep implemented in Rust. 🔎⚙
https://github.com/2kabhishek/rgep
cli grep rust utility
Last synced: 2 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:44:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-21T01:37:44.473Z (3 months 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)