grassy

Crates.iograssy
lib.rsgrassy
version0.1.0
sourcesrc
created_at2020-08-29 15:51:37.985176
updated_at2020-08-29 15:51:37.985176
descriptionOpen Source clone of grep command made with Rust
homepage
repository
max_upload_size
id282320
size12,658
Henry Díaz (HDB-PROGRAMMING)

documentation

README

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.

Commit count: 0

cargo fmt