Skip to content
/ sgrep Public

A simple multi-threaded grep implementation written in go

Notifications You must be signed in to change notification settings

ddomd/sgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡️ SGREP


A simple multithreaded grep implementation using Go.

Installation:

go install github.com/ddomd/sgrep@latest

Usage:

sgrep [-vrwb] <query> [path]

Options:

  • '-v' shows line numbers and file path
  • '-r' use query as a regex
  • '-w' sets the amount of search workers(default: 10)
  • '-b' sets the buffer of the work channel(default: 100)

About

A simple multi-threaded grep implementation written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages