#grep #command #source #open #clone

yanked grassy

Open Source clone of grep command made with Rust

0.1.0 Aug 29, 2020

#182 in #clone

Custom license

6KB

Grassy, Open Source clone of grep

Grassy is an Open Source clone of grep command, which finds a content into a file. Its syntax is very easy, just type the word & the file name:

grassy hello hello_world.txt

You can download the binaries in releases, download grassy via cargo:

cargo install grassy

Or build it by the source code:

git clone https://github.com/HDB-PROGRAMMING/grassy.git
cd grassy
make              #Builds it
make run          #Runs it
sudo make install #Installs it

I hope you like this repo, thanks for reading this file.

Dependencies

~2.5MB
~50K SLoC