Skip to content

grape: a multi-threaded grep implementation written in Go

License

Notifications You must be signed in to change notification settings

carlomunguia/grape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grape

grape: a multi-threaded grep implementation written in Go

init your module

$go mod init github.com/your-example-module

get grape

$ go get github.com/carlomunguia/grape

run grape

$ cd grape (the grape repo can be placed anywhere other files sit)

use the go run command within grape, followed by a search term. example:

$ go run ./grape hello .

the above will pull all instances of hello within the file structure (like classic grep! :) )

About

grape: a multi-threaded grep implementation written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages