Skip to content

Larsouille25/ugrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ugrep

A micro grep-like command line, in Rust but in very lightweight version. The pronunciation of ugrep is "micro grep" because the u is actually a µ (micro).

Use

ugrep <PATTERN> <PATH> Where the pattern is what you want to search and the path is an absolute / relative path to a file.

There is also the -c flag, is for case sensitive research and the -o flag to print only the result.

Contribution

Feel free to contribute. For the moment there is no documentation but it will come.

About

A grep-like command line, in Rust but in very lightweight version.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages