zachlatta / badgrep

Poorly implemented grep in Rust to mess around with the language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project to learn Rust. A bad, inefficient version of grep.

Usage:

$ badgrep "searchstring" # searches all files in current directory
$ badgrep "searchstring" file1.md file2/ # searches between listed files and directories

About

Poorly implemented grep in Rust to mess around with the language


Languages

Language:Rust 100.0%