S-Mann / bad-grep

A trial to flex my rust knowledge and make something useful to me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

Introduction

This is my take on grep. I wrote it in a way so that vscode line navigation works for grep. This is grep(without all its features) with one extra feature written in rust.

Installation

Note: You will need rust and cargo to build the binaries for your platform.

  • You can easily build the binaries using:
$ git clone git@github.com:S-Mann/bad-grep.git
$ cd ./bad-grep
$ cargo install --path .
  • Then you can run it using:
$ bad-grep -q "grep" -f ./README.md

Example

example

About

A trial to flex my rust knowledge and make something useful to me

License:MIT License


Languages

Language:Rust 100.0%