Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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. 🔎⚙

Awesome Lists containing this project

README

        

rgep


License


People


Stars


Forks


Watches


Last Updated

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)