An open API service indexing awesome lists of open source software.

https://github.com/kasvith/sgrep

A simple grep program written with Deno
https://github.com/kasvith/sgrep

Last synced: about 1 year ago
JSON representation

A simple grep program written with Deno

Awesome Lists containing this project

README

          

# sgrep - a simple grep tool in deno

`sgrep` is a simple grep tool written with Deno

## How to use

1. Install [deno](https://deno.land)
2. Run with `deno run sgrep.ts --colors=true your text`
3. For example `cat file.txt | deno run sgrep.ts --colors=true "your text"`
4. Run directly `deno run https://raw.githubusercontent.com/kasvith/sgrep/master/sgrep.ts`