Skip to content

bas080/grep-fallback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Grep Fallback

Grep stdin just by typing the substring directly into the prompt.

Usage

cat users.csv | Tommy

This will return all lines that contain Tommy.

A case insensitive grep is performed when all characters are lowercase.

cat users.csv | tommy

This prints all lines containing tommy, Tommy, tOmmy, toMMy, etc. Case insensitive.

Installation

Simply make sure that the contents of the script are sourced into your bash repl.

About

A bash CLI helper for fuzzy searching stdin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages