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:
bash
grassy hello hello_world.txt
You can download the binaries in releases, download grassy via cargo:
bash
cargo install grassy
Or build it by the source code:
bash
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.