Skip to content

adiaholic/Gobble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gobble - fashionably grep with Rust

Gobble is a command line grep like tool but in Rust

Installation

Install Cargo on MacOS-X and Linux

curl https://sh.rustup.rs -sSf | sh

Clone using

https://github.com/adiaholic/Gobble.git

Build & Install

cargo build
cargo install

Usage via CLI

cargo run <text_to_search> <file_path>

eg - cargo run "Hennessy" poem.txt
adiaholic@Adityas-MacBook-Pro Gobble % cargo run "Hennessy" poem.txt
    Finished dev [unoptimized + debuginfo] target(s) in 0.00s
     Running `target/debug/gobble Hennessy poem.txt`
Hennessy. Dancing

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

About

A very basic grep like tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages