grafgrep

Crates.iografgrep
lib.rsgrafgrep
version0.1.1
sourcesrc
created_at2022-08-22 15:34:10.552844
updated_at2022-08-22 15:44:00.738539
descriptionA super simple grep built for educational purpose
homepage
repository
max_upload_size
id650441
size4,838
(nichmor)

documentation

README

grafgrep

gragrep is super simple and small a Rust implementation built for educational purpose.

Installation

Use the package manager cargo to install grafgrep.

cargo install grafgrep

Usage

# file.txt contains 
# Rust is a good tool
# and should be ubberusted

# returns 'and should be ubberusted'
grafgrep rust file.txt

# returns
# 'Rust is a good tool
# and should be ubberrusted'
IGNORE_CASE=1 grafgrep rust file.txt

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Commit count: 0

cargo fmt