Skip to content

A command line appliaction for fiding paterns in files

License

Notifications You must be signed in to change notification settings

CarlosDanielMaturano/creb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CREB: a command line application for searching patterns in file build with rust 🦀, inspired by the original grep tool.

Static Badge Static Badge

Usage

First clone and cd to the project folder

    git clone  https://github.com/carlosdanielmaturano/creb.git
    cd creb

And then run:

    cargo run <PATTERN> <FILE-PATH> <OPTIONS-FLAGS>

For building an standalone binary, run:

    cargo build --release
    ./target/release/creb

OPTIONS-FLAGS

the options flags are used to give the user a bit more control of what the program should, do and that options included

command description
-v or --invert invert the match output
-c or --color colorize the matching results
-n or --numbers display the line number of the matching content

About

A command line appliaction for fiding paterns in files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages