Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/codesearch
Fast, indexed regexp search over large file trees
https://github.com/google/codesearch
Last synced: 11 days ago
JSON representation
Fast, indexed regexp search over large file trees
- Host: GitHub
- URL: https://github.com/google/codesearch
- Owner: google
- License: bsd-3-clause
- Created: 2015-03-30T16:43:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T22:09:26.000Z (3 months ago)
- Last Synced: 2024-10-14T13:42:35.119Z (25 days ago)
- Language: Go
- Homepage: http://swtch.com/~rsc/regexp/regexp4.html
- Size: 122 KB
- Stars: 3,632
- Watchers: 123
- Forks: 374
- Open Issues: 44
-
Metadata Files:
- Readme: README
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- my-awesome - google/codesearch - 08 star:3.6k fork:0.4k Fast, indexed regexp search over large file trees (Go)
- awesome - codesearch - Fast, indexed regexp search over large file trees (Go)
- my-awesome-github-stars - google/codesearch - Fast, indexed regexp search over large file trees (Go)
- go-awesome - codesearch - code search tool (Open source library / Code Analysis)
README
Code Search is a tool for indexing and then performing
regular expression searches over large bodies of source code.
It is a set of command-line programs written in Go.For background and an overview of the commands,
see http://swtch.com/~rsc/regexp/regexp4.html.To install:
go get github.com/google/codesearch/cmd/...
Use "go get -u" to update an existing installation.
Russ Cox
[email protected]
June 2015