sgrep - a simple grep tool in deno
sgrep
is a simple grep tool written with Deno
How to use
- Install deno
- Run with
deno run sgrep.ts --colors=true your text
- For example
cat file.txt | deno run sgrep.ts --colors=true "your text"
- Run directly
deno run https://raw.githubusercontent.com/kasvith/sgrep/master/sgrep.ts