| Crates.io | grassy |
| lib.rs | grassy |
| version | 0.1.0 |
| created_at | 2020-08-29 15:51:37.985176+00 |
| updated_at | 2020-08-29 15:51:37.985176+00 |
| description | Open Source clone of grep command made with Rust |
| homepage | |
| repository | |
| max_upload_size | |
| id | 282320 |
| size | 12,658 |
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.