Skip to content

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

License

Notifications You must be signed in to change notification settings

S-Mann/bad-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages