0.1.0 |
|
---|
#200 in #clone
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
~3.5MB
~66K SLoC