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
- Host: GitHub
- URL: https://github.com/kasvith/sgrep
- Owner: kasvith
- License: mit
- Created: 2020-05-14T13:12:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T17:23:57.000Z (about 6 years ago)
- Last Synced: 2025-02-04T08:44:18.719Z (over 1 year ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`