forked from junkblocker/codesearch-pre-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (18 loc) · 779 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
** A fork of Google Code Search to make it a more generally usable tool.**
To install this fork:
go get github.com/junkblocker/codesearch/...
Or grab the binaries from:
https://github.com/junkblocker/codesearch/releases
(Original README content)
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.
Binary downloads are available for those who do not have Go installed.
See http://code.google.com/p/codesearch/
For background and an overview of the commands,
see http://swtch.com/~rsc/regexp/regexp4.html.
To install:
go get code.google.com/p/codesearch/cmd/...
Russ Cox
rsc@swtch.com
January 2012