Skip to content

ygabo/gops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#GOPS v0.01a

###Command line tool for string searching files in Go. Find files, fast.

  • Uses the KMP algorithm. Linear, O(n), time complexity string search. (Thanks paddie.)
  • Concurrent searching with goroutines.
  • Recursively search current directory.
  • Unicode capable!
Todo
  • Better memory handling of opened files
  • Better search options
    • regex
    • case sensitivity
    • flag commands
  • Better error handling
  • Profile and optimize
  • Tests
HowTo
  1. install Go.
  2. Build the executable. (go build or go install)
  3. gops "SearchMe"

About

Fast parallel grep in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages